change: change inventory list api
This commit is contained in:
@@ -16,7 +16,7 @@ urlpatterns = [
|
||||
)),
|
||||
path('inventory/', include(
|
||||
[
|
||||
path('<uuid:wherehouse_id>/list/', inventory_views.InventoryListApiView.as_view()),
|
||||
path('list/', inventory_views.InventoryListApiView.as_view()),
|
||||
]
|
||||
)),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user