first commit
This commit is contained in:
7
utils/urls.py
Normal file
7
utils/urls.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.urls import path, include
|
||||
|
||||
from utils.views import JsonToTypeListCreate
|
||||
|
||||
urlpatterns = [
|
||||
path('utils/jasontotype/', JsonToTypeListCreate.as_view(), name='jasontotype'),
|
||||
]
|
||||
Reference in New Issue
Block a user