UPDATE
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
from django.urls import path
|
||||
|
||||
from .views import SensorExternalAPIView
|
||||
from .views import SensorExternalAPIView, SensorExternalRequestLogListAPIView
|
||||
|
||||
urlpatterns = [
|
||||
path("", SensorExternalAPIView.as_view(), name="sensor-external-api"),
|
||||
path("logs/", SensorExternalRequestLogListAPIView.as_view(), name="sensor-external-api-log-list"),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user