change: change inventory list api

This commit is contained in:
behruz-dev
2025-08-26 11:42:05 +05:00
parent 77c8bcaae5
commit 82ba61b3e9
2 changed files with 7 additions and 4 deletions

View File

@@ -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()),
]
)),
]