We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc84d13 commit 1cddc21Copy full SHA for 1cddc21
api/urls.py
@@ -20,4 +20,5 @@
20
21
urlpatterns = [
22
path('cli/', views.CliView.as_view()),
23
+ path('data/', views.DataView.as_view()),
24
]
0 commit comments