kenken999's picture
test
eb5ea89
raw
history blame
121 Bytes
from django.urls import path
from . import views
urlpatterns = [
path('data/', views.data_view, name='data_view'),
]