spug/spug_api/apps/monitor/urls.py

8 lines
109 B
Python
Raw Normal View History

2019-12-02 04:37:59 +00:00
from django.urls import path
from .views import *
urlpatterns = [
path('', DetectionView.as_view()),
]