update url of excel
This commit is contained in:
@@ -9,5 +9,4 @@ router.register(r'', ProductExcelViewSet, basename='product_excel')
|
||||
|
||||
urlpatterns = [
|
||||
path('', include(router.urls)),
|
||||
# path('my_distributions_excel/', my_distributions_excel),
|
||||
]
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
from django.urls import path, include
|
||||
from rest_framework.routers import DefaultRouter
|
||||
from apps.warehouse.services.excel import excel_processing as excel
|
||||
from apps.warehouse.services.excel.excel_processing import WareHouseExcelViewSet
|
||||
|
||||
router = DefaultRouter()
|
||||
@@ -8,5 +7,4 @@ router.register(r'', WareHouseExcelViewSet, basename='warehouse_excel')
|
||||
|
||||
urlpatterns = [
|
||||
path('', include(router.urls)),
|
||||
# path('warehouse_excel/', warehouse_excel),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user