add product count
This commit is contained in:
@@ -8,6 +8,9 @@ urlpatterns = [
|
||||
[
|
||||
path('list/', wherehouse_views.WhereHouseListApiView.as_view()),
|
||||
path('<uuid:id>/', wherehouse_views.WhereHouseDetailApiView.as_view()),
|
||||
path('create/', wherehouse_views.WhereHouseCreateApiView.as_view()),
|
||||
path('<uuid:id>/delete/', wherehouse_views.WhereHouseDeleteApiView.as_view()),
|
||||
path('<uuid:id>/update/', wherehouse_views.WhereHouseUpdateApiView.as_view()),
|
||||
]
|
||||
))
|
||||
)),
|
||||
]
|
||||
Reference in New Issue
Block a user