Skip to content

Commit 710159e

Browse files
fix host
1 parent 221b5c0 commit 710159e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/src/simcore_service_webserver/utils_aiohttp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,4 @@ def iter_originating_hosts(request) -> Generator[str, None, None]:
139139
request.host,
140140
):
141141
if host:
142-
yield host.partition(":")[0]
142+
yield host

0 commit comments

Comments
 (0)