Skip to content

Commit 63a8325

Browse files
committed
Fix URL (these are NOT tested in the integration test!).
1 parent 1986681 commit 63a8325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ async def verify_parameter_names(parameter_names: list) -> None:
9292

9393
def create_url_from_request(request):
9494
# IMPORTANT: We rely on proxy to block attempts to modify the URL (e.g. blocking "Host" header)
95-
return request.base_url
95+
return f"{request.base_url}collections"
9696

9797

9898
def split_and_strip(cs_string: str) -> list[str]:

0 commit comments

Comments
 (0)