Replies: 1 comment
-
you can use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am running different API's on the same URL. (With separate codebases)
for now my "color-names" api is running here: https://api.color.pizza/v1/
In the future I want to have:
I want to avoid having to add
palettes/v1/
as a prefix to every route. Is it possible to solve that nicely using the "host" feature?Also how would I still be able to be using it on localhost?
Beta Was this translation helpful? Give feedback.
All reactions