update warehouse excel and urls

This commit is contained in:
7nimor
2025-07-30 15:29:29 +03:30
parent fa942cca8e
commit 8244efb1de
5 changed files with 100 additions and 2 deletions

View File

@@ -3,5 +3,7 @@ from django.urls import path, include
urlpatterns = [
path('web/api/', include('apps.warehouse.web.api.v1.urls'))
path('web/api/', include('apps.warehouse.web.api.v1.urls')),
path('excel/', include('apps.warehouse.services.excel.urls')),
]