Skip to content

Commit 8383d5c

Browse files
authored
Update site namespace in constants
1 parent 2e369d6 commit 8383d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ class _BaseURLs(EnvConfig, env_prefix="urls_"):
444444
github_bot_repo: str = "https://github.com/python-discord/bot"
445445

446446
# Site
447-
site_api: str = "http://site.default.svc.cluster.local/api"
447+
site_api: str = "http://site.web.svc.cluster.local/api"
448448
paste_url: str = "https://paste.pythondiscord.com"
449449

450450

0 commit comments

Comments
 (0)