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
It would be useful to be able to have a url prefix configuration parameter in the case where an upstream load balancer may be using that prefix to send traffic to the bbox service.
pygeoapi has a similar config item:
api_rules: # optional API design rules to which pygeoapi should adhere
url_prefix: 'v{api_major}' # adds a /v1 prefix to all URL paths
This could be accomplished using Actix's Scope mechanism.
The text was updated successfully, but these errors were encountered:
It would be useful to be able to have a url prefix configuration parameter in the case where an upstream load balancer may be using that prefix to send traffic to the bbox service.
pygeoapi has a similar config item:
This could be accomplished using Actix's Scope mechanism.
The text was updated successfully, but these errors were encountered: