You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You have access to the Flask app instance (app) in the init_app function in the modules, so you can register any Flask blueprint on it like it is done in OAuth2 module:
thanks, I guess that still comes with /api/v1 prefix
it turns out setting up another container for a new web server, and using the revproxy (/deploy/stack2/revproxy) to route / to that web server solves my needs
currently all API endpoints are under
/api/v1/
, what is suggested way to add route under root to render simple pages ? (under root)say localhost/ -> renter some page
localhost/page2 -> some other page
etc.
But at the same time we have the API serve rup
The text was updated successfully, but these errors were encountered: