Skip to content

Commit 64e7d4b

Browse files
author
anmarhindi
committed
Adjust config route
1 parent 77fac6c commit 64e7d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/config_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
__config = None
77

88
# meant as a const value since env variables will be removed at some point
9-
REQUEST_URL = "http://refinery-gateway/api/v1/misc/full_config"
9+
REQUEST_URL = "http://refinery-gateway:80/full_config"
1010

1111

1212
def __get_config() -> Dict[str, Any]:

0 commit comments

Comments
 (0)