city & province list for pos device

This commit is contained in:
2025-09-07 15:17:32 +03:30
parent 6bac1bbd45
commit 2c042a5929
7 changed files with 44 additions and 0 deletions

View File

@@ -7,4 +7,5 @@ router.register('', '', basename='')
app_name = "authentication"
urlpatterns = [
path('api/v1/', include('apps.authentication.api.v1.urls')),
path('pos/', include('apps.authentication.pos.api.v1.urls')),
]