some apis of pos
This commit is contained in:
@@ -4,6 +4,7 @@ from django.urls import path, include
|
||||
|
||||
urlpatterns = [
|
||||
path('web/api/', include('apps.warehouse.web.api.v1.urls')),
|
||||
path('pos/api/', include('apps.warehouse.pos.api.v1.urls')),
|
||||
path('excel/', include('apps.warehouse.services.excel.urls')),
|
||||
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user