Skip to content

Commit

Permalink
Adjust config route
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarhindi committed Nov 5, 2024
1 parent 0dcd3f3 commit 421cbe3
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 @@ -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]:
Expand Down

0 comments on commit 421cbe3

Please sign in to comment.