We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As routing and server files are not exposed I was wondering if it is possible and how can we achieve following tasks?
/api
The text was updated successfully, but these errors were encountered:
Add onEnter check to the routes
I wonder if componentWillMount is enough.
componentWillMount
Adjust server to proxy our api calls so we can use something like /api on client side to mask it.
It's addressed on #25 I'm not sure if we support it, but you can run Nginx or such to proxy requests of next.js server and API server from a domain.
Sorry, something went wrong.
Closing in favor of #25.
No branches or pull requests
As routing and server files are not exposed I was wondering if it is possible and how can we achieve following tasks?
/api
on client side to mask it.The text was updated successfully, but these errors were encountered: