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.
1 parent dfd65cf commit eb49d12Copy full SHA for eb49d12
core/urls.py
@@ -41,7 +41,7 @@
41
path("i18n/", include("django.conf.urls.i18n")),
42
path("v3/", v3, name="v3"),
43
path("", redirect_to_v3, name="index"),
44
- re_path(r"^(?!(o/|osm/)).*$", v3),
+ re_path(r"^(?!(o/|osm/|admin|api|worker)).*$", v3),
45
]
46
47
if settings.DEBUG:
0 commit comments