feat: added creation endpoints
This commit is contained in:
@@ -9,4 +9,5 @@ urlpatterns = [
|
||||
"swagger/", SpectacularSwaggerView.as_view(url_name="schema"), name="swagger-ui"
|
||||
),
|
||||
path("redoc/", SpectacularRedocView.as_view(url_name="schema"), name="redoc"),
|
||||
path("shop/", include("shop.api.v1.routers")),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user