-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
[server] Allow setting different basepath and static web #1104 #1105
Conversation
Hi, thanks for the PR. What is the use case here? I think I can see the base path being potentially useful but I do not understand why do you want to move the open API schéma to hardcoded "watom" path. Can you please elaborate? |
browser ----> reverse proxy (http://10.10.10.10/public/api/vi/)----> agdb_server http://192.168.10.10/public/api/v1
This is an error. :( |
You should add at least one test, probably in
|
Allow setting different basepath. And support for static web services.