We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1986681 commit 63a8325Copy full SHA for 63a8325
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