device identity - device assignment - fix active quotas list bug
This commit is contained in:
@@ -8,6 +8,7 @@ router.register(r'client', client_views.POSClientViewSet, basename='client')
|
||||
router.register(r'attributes', client_views.POSClientAttributeViewSet, basename='attributes')
|
||||
router.register(r'provider', device_views.ProviderCompanyViewSet, basename='provider')
|
||||
router.register(r'device', device_views.DeviceViewSet, basename='device')
|
||||
router.register(r'device_assignment', device_views.DeviceAssignmentViewSet, basename='device_assignment')
|
||||
|
||||
urlpatterns = [
|
||||
path('v1/pos/', include(router.urls))
|
||||
|
||||
Reference in New Issue
Block a user