Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -26,5 +26,5 @@ urlpatterns = [ | ... | @@ -26,5 +26,5 @@ urlpatterns = [ |
26 | path('api/setting', views.Recording.as_view()), | 26 | path('api/setting', views.Recording.as_view()), |
27 | path('api/auth', views.Login.as_view()), | 27 | path('api/auth', views.Login.as_view()), |
28 | path('api/device', views.Device.as_view()), | 28 | path('api/device', views.Device.as_view()), |
29 | - path('api/history', view.History.as_view()), | 29 | + path('api/remote', view.Remote.as_view()), |
30 | ] | 30 | ] | ... | ... |
-
Please register or login to post a comment