Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarhindi committed Nov 5, 2024
1 parent bc2ecac commit 5a7669f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler/config_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

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


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

0 comments on commit 5a7669f

Please sign in to comment.