Hey Team, ist it possible to have path variables l...
# ask-questions
h
Hey Team, ist it possible to have path variables like
/api
on the API_HOST env variable? I want to it up with an ALB in AWS to route via path
f
Yeah, that should be possible if you can configure the routing correctly. If you're trying to host both on the same domain, I think
/api
might conflict with some front-end routes, but you could use something like
/backend
instead.
👍 1