forked from hans/Nominatim
provide full URL in more field
This is a regression against the PHP version. Fixes #3138.
This commit is contained in:
@@ -67,6 +67,9 @@ class ParamWrapper(api_impl.ASGIAdaptor):
|
||||
self.response.content_type = self.content_type
|
||||
|
||||
|
||||
def base_uri(self) -> str:
|
||||
return cast (str, self.request.forwarded_prefix)
|
||||
|
||||
def config(self) -> Configuration:
|
||||
return self._config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user