Mounting an Effect HTTP API
Hi, I'm wondering if anyone has tried to mount an Effect HTTP API within a TanStack Start server route? If so, I'd be greatly appreciative of any guidance!
6 Replies
genetic-orangeOP•2mo ago
Perhaps something like the following?:
inland-turquoise•2mo ago
you can also use
ANY: handler
to forward... any methodgenetic-orangeOP•2mo ago
Thank you!
rare-sapphire•2mo ago
@harrysolovay did that work? I have been thinking about trying the same
inland-turquoise•2mo ago
it should just work. if not please let us know
genetic-orangeOP•2mo ago
I ended up switching to just Effect Platform for my back end + using TanStack router on the front end (not start)
I wasn't able to get it working. Sorry I can't weigh in more.