subdomain api.example.com
Unanswered
style posted this in #help-forum
styleOP
Hey so i got my api and landiung page in the same project, but i want my landing page to be on
example.com/ and api to use subdomain api.example.com instead of example.com/api How do i do that?2 Replies
@style Hey so i got my api and landiung page in the same project, but i want my landing page to be on `example.com/` and api to use subdomain `api.example.com` instead of `example.com/api` How do i do that?
Keep example.com/api, deploy a new app at api.example.com that rewrites all paths to example.com/api