create excel for product
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
from django.urls import path, include
|
||||
|
||||
urlpatterns = [
|
||||
path('web/api/', include('apps.product.web.api.v1.urls'))
|
||||
path('web/api/', include('apps.product.web.api.v1.urls')),
|
||||
path('excel/', include('apps.product.services.excel.urls')),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user