-
-
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 support for static web services. #1104
Comments
* [server] Allow setting different basepath. And support for static web services. #1104 * [server] Allow setting different basepath and static web #1104 * Corrected formatting errors. * Revise the contents of the agdb_server.yaml file. * fixed openapi json path * Corrected formatting errors. * allow openapi web * finalize pr * update examples and docs --------- Co-authored-by: Michael Vlach <[email protected]>
Completed by #1105 @pinghe Hi, this is now done. I have included changes to the APIs to allow use of basepath as well. I have simplified it that it just takes connection string that may optionally include the required prefix instead of splitting host/port/baseapath as before. It will be included in the next major release because there are several breaking changes (like the constructor I just mentioned) that require increase of major semantic version. Of course you can always build it right away from current main. :-) |
Allow setting different basepath.
And support for static web services.
The text was updated successfully, but these errors were encountered: