How to compose two Http4s routes with zio effect and different types of environment

后端 未结 0 1375

I have two Http4s routes:

val routes1:HttpRoutes[Task] = ???
val routes2:HttpRoutes[RTask] = ???

Where RTask is just a

相关标签:
回答
  • 消灭零回复
提交回复
热议问题