We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f596f3 + b5b49ef commit 1f334f2Copy full SHA for 1f334f2
pydis_site/hosts.py
@@ -9,5 +9,6 @@
9
# Internal API ingress (cluster local)
10
host(r'pydis-api', 'pydis_site.apps.api.urls', name='internal_api'),
11
host(r'staff', 'pydis_site.apps.staff.urls', name='staff'),
12
- host(r'.*', 'pydis_site.apps.home.urls', name=settings.DEFAULT_HOST)
+ host(r'www', 'pydis_site.apps.home.urls', name=settings.DEFAULT_HOST),
13
+ host(r'.*', 'pydis_site.apps.home.urls', name="fallback")
14
)
0 commit comments