fix: huge refactor
This commit is contained in:
@@ -6,6 +6,7 @@ from django.urls import include, path
|
||||
|
||||
urlpatterns = [
|
||||
path('', include('web.urls', namespace='web')),
|
||||
path('users/', include('users.urls', namespace='users')),
|
||||
path('admin/', admin.site.urls),
|
||||
path('watchman/', include('watchman.urls')),
|
||||
path('auth/', include('users.urls', namespace='users')),
|
||||
|
||||
Reference in New Issue
Block a user