We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8d27e1 commit 7a883b2Copy full SHA for 7a883b2
api/utilities.py
@@ -92,7 +92,7 @@ async def verify_parameter_names(parameter_names: list) -> None:
92
93
def create_url_from_request(request):
94
# IMPORTANT: We rely on proxy to block attempts to modify the URL (e.g. blocking "Host" header)
95
- return request.base_url
+ return f"{request.base_url}collections"
96
97
98
def split_and_strip(cs_string: str) -> list[str]:
0 commit comments