АРХ - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: переезд God Mode на nodedcsudo

This commit is contained in:
DCCONSTRUCTIONS
2026-04-29 00:37:39 +03:00
parent 3b0c75bee6
commit 5d336039ba
15 changed files with 35 additions and 31 deletions
@@ -8,6 +8,7 @@ RESTRICTED_WORKSPACE_SLUGS = [
"api",
"create-workspace",
"god-mode",
"nodedcsudo",
"installations",
"invitations",
"onboarding",
+1 -1
View File
@@ -31,7 +31,7 @@ def base_host(
if is_admin:
admin_base_path = getattr(settings, "ADMIN_BASE_PATH", None)
if not isinstance(admin_base_path, str):
admin_base_path = "/god-mode/"
admin_base_path = "/nodedcsudo/"
if not admin_base_path.startswith("/"):
admin_base_path = "/" + admin_base_path
if not admin_base_path.endswith("/"):