spug_expand/dashboard/urls.py

7 lines
117 B
Python

from django.urls import path
from dashboard import views
urlpatterns = [
path('monotoring/',views.monotoring)
]