moar
[kismet-logviewer.git] / logviewer / logviewer / urls.py
index b23c30bcd9467ba56c63d53d8b9db8bf6e7e0995..584a77cb38ab15ccf78f2eae6870bb61fe56f048 100644 (file)
@@ -40,4 +40,6 @@ urlpatterns = [
     path('channels/channels.json', include('dbview.urls')),
     path('devices/views/all/devices.json', include('dbview.urls')),
     path('eventbus/events.ws', include('dbview.urls')),
     path('channels/channels.json', include('dbview.urls')),
     path('devices/views/all/devices.json', include('dbview.urls')),
     path('eventbus/events.ws', include('dbview.urls')),
+    path('devices/by-key/<str:devicename>/device.json', include('devices.urls')),
+    path('devices/multikey/as-object/devices.json', include('dbview.urls')),
 ]
 ]