[urls] move urls of collector up to top level
This commit is contained in:
parent
2f8db3c67d
commit
e175071d3b
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ from django.contrib import admin
|
|||
from django.urls import include, path
|
||||
|
||||
urlpatterns = [
|
||||
path("collector/", include("collector.urls")),
|
||||
path("", include("collector.urls")),
|
||||
path("admin/", admin.site.urls),
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue