feat: added users app
This commit is contained in:
@@ -10,4 +10,6 @@ urlpatterns = [
|
||||
),
|
||||
path("redoc/", SpectacularRedocView.as_view(url_name="schema"), name="redoc"),
|
||||
path("shop/", include("shop.api.v1.routers")),
|
||||
path("files/", include("files.api.v1.urls")),
|
||||
path("auth/", include("users.api.v1.urls")),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user