pos client & quota limit organization blank

This commit is contained in:
2025-07-22 08:16:40 +03:30
parent d1742b5d72
commit 241e373d15
15 changed files with 271 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
from django.urls import path, include
urlpatterns = [
path('', include(''))
path('web/', include('apps.pos_device.web.api.v1.urls'))
]