city & province list for pos device
This commit is contained in:
@@ -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')),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user