From 421cbe33c5c6136340527448f00b7d235a064af2 Mon Sep 17 00:00:00 2001 From: anmarhindi Date: Tue, 5 Nov 2024 17:31:45 +0100 Subject: [PATCH] Adjust config route --- handler/config_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handler/config_handler.py b/handler/config_handler.py index 7d3617a..6587b7b 100644 --- a/handler/config_handler.py +++ b/handler/config_handler.py @@ -6,7 +6,7 @@ __config = None # meant as a const value since env variables will be removed at some point -REQUEST_URL = "http://refinery-gateway/api/v1/misc/full_config" +REQUEST_URL = "http://refinery-gateway:80/full_config" def __get_config() -> Dict[str, Any]: