Skip to content

Commit eb49d12

Browse files
Ignore repath for exisitng API
1 parent dfd65cf commit eb49d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
path("i18n/", include("django.conf.urls.i18n")),
4242
path("v3/", v3, name="v3"),
4343
path("", redirect_to_v3, name="index"),
44-
re_path(r"^(?!(o/|osm/)).*$", v3),
44+
re_path(r"^(?!(o/|osm/|admin|api|worker)).*$", v3),
4545
]
4646

4747
if settings.DEBUG:

0 commit comments

Comments
 (0)