Skip to content

Commit 2e369d6

Browse files
authored
Update snekbox namespace
1 parent 8376d65 commit 2e369d6

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
@@ -434,7 +434,7 @@ class _Metabase(EnvConfig, env_prefix="metabase_"):
434434
class _BaseURLs(EnvConfig, env_prefix="urls_"):
435435

436436
# Snekbox endpoints
437-
snekbox_eval_api: str = "http://snekbox.default.svc.cluster.local/eval"
437+
snekbox_eval_api: str = "http://snekbox.snekbox.svc.cluster.local/eval"
438438

439439
# Discord API
440440
discord_api: str = "https://discordapp.com/api/v7/"

0 commit comments

Comments
 (0)