first commit
This commit is contained in:
8
watcher_visio/metrics/urls.py
Normal file
8
watcher_visio/metrics/urls.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from django.urls import path
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path("", views.dashboard, name="dashboard"),
|
||||
path("api/metrics/", views.metrics_api, name="metrics_api"),
|
||||
path("report/pdf/", views.report_pdf, name="report_pdf"),
|
||||
]
|
||||
Reference in New Issue
Block a user