✨ Feat: [#64] 노코드툴 url 설정
This commit is contained in:
11
nocodetools/urls.py
Normal file
11
nocodetools/urls.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from django.urls import path
|
||||
|
||||
from .views import *
|
||||
|
||||
|
||||
app_name = 'nocodetools'
|
||||
|
||||
urlpatterns = [
|
||||
path('', NoCodeToolAPIView.as_view()),
|
||||
path('working/', NocodeToolWorkingAPIView.as_view()),
|
||||
]
|
||||
Reference in New Issue
Block a user