diff options
author | 2024-04-15 12:18:00 +0100 | |
---|---|---|
committer | 2024-04-15 12:18:00 +0100 | |
commit | 8383d5cf9162599835e5c96be98e3b0f156bf3c3 (patch) | |
tree | f3e8e317806386056038a94d69db82048954d6b7 | |
parent | Update snekbox namespace (diff) |
Update site namespace in constants
-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" |