fix - change transaction base from distribution to quota stat
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# Your urls go here
|
||||
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('pos/api/', include('apps.warehouse.pos.api.v2.urls')),
|
||||
path('excel/', include('apps.warehouse.services.excel.urls')),
|
||||
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user