diff options
-rw-r--r-- | bot/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/constants.py b/bot/constants.py index 02bc0fa42..4299b28e1 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -444,7 +444,7 @@ class _BaseURLs(EnvConfig, env_prefix="urls_"): github_bot_repo: str = "https://github.com/python-discord/bot" # Site - site_api: str = "http://site.default.svc.cluster.local/api" + site_api: str = "http://site.web.svc.cluster.local/api" paste_url: str = "https://paste.pythondiscord.com" |