X-Git-Url: http://spangdorfia.com/code/?p=kismet-logviewer.git;a=blobdiff_plain;f=logviewer%2Flogviewer%2Furls.py;fp=logviewer%2Flogviewer%2Furls.py;h=aee7816eaf197a079641018a4912e96d48af1f76;hp=ae573eab945fc35b860afb0d1834113cd41d61c2;hb=64478d6a7b5096115a5fe055f50bda5d114678b3;hpb=d960d69f574bc81b3cc9a8e89ee89b99a3f48b4c diff --git a/logviewer/logviewer/urls.py b/logviewer/logviewer/urls.py index ae573ea..aee7816 100644 --- a/logviewer/logviewer/urls.py +++ b/logviewer/logviewer/urls.py @@ -36,6 +36,7 @@ urlpatterns = [ path('phy/phy80211/ssids/views/ssids.json', include('dbview.urls')), path('css/images/', include('kiscontent.urls')), path('adsb_map_panel.html', include('adsbmap.urls')), + path('russ_map_panel.html', include('russmap.urls')), path('system/status.json', include('dbview.urls')), path('alerts/wrapped/last-time/0/alerts.json', include('dbview.urls')), path('messagebus/last-time/0/messages.json', include('dbview.urls')), @@ -54,6 +55,7 @@ urlpatterns = [ path('devices/views/phy-RTL433/devices.json', include('dbview.urls')), path('devices/views/phy-IEEE802.11/devices.json', include('dbview.urls')), path('phy/ADSB/map_data.json', include('dbview.urls')), + path('phy/RUSS/map_data.json', include('dbview.urls')), path('devices/by-key//device.json', include('devices.urls')), path('devices/multikey/as-object/devices.json', include('dbview.urls')), path('datasource/by-uuid//source.json', include('devices.urls')),