add rancher statistics to inventory entries list - fix bug of login for empty string device identity
This commit is contained in:
@@ -8,5 +8,6 @@ router.register(r'', device.POSDeviceViewSet, basename='auth')
|
||||
urlpatterns = [
|
||||
path('web/', include('apps.pos_device.web.api.v1.urls')),
|
||||
path('pos/', include('apps.pos_device.pos.api.v1.urls')),
|
||||
path('test_webserver', device.test_web_server, name='test_web_server'),
|
||||
path('auth/', include(router.urls)),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user