add rancher statistics to inventory entries list - fix bug of login for empty string device identity

This commit is contained in:
2025-08-25 14:43:56 +03:30
parent 7722ddfc84
commit 2725bc5077
6 changed files with 27 additions and 5 deletions

View File

@@ -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)),
]