add wc
This commit is contained in:
7
flowchart/urls/admin.py
Normal file
7
flowchart/urls/admin.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.urls import path
|
||||
|
||||
from ..views.admin import FlowchartStatisticsAPI
|
||||
|
||||
urlpatterns = [
|
||||
path("flowchart/statistics", FlowchartStatisticsAPI.as_view()),
|
||||
]
|
||||
Reference in New Issue
Block a user