Handling Multiple Routes in an Effect HTTP API
Hey all,
I'm setting up a HTTP API using Effect. I'm building the handlers out for the Live implementation, but I was wondering if there were any existing examples for how multiple routes are handled within a group? The examples in the
If there are any existing resources going over this in more depth, please do let me know!
I'm setting up a HTTP API using Effect. I'm building the handlers out for the Live implementation, but I was wondering if there were any existing examples for how multiple routes are handled within a group? The examples in the
README only concern themselves with handling one of the requests, e.g.If there are any existing resources going over this in more depth, please do let me know!
