✨ Feat: [#25] 휴대폰 인증 api url 설정
This commit is contained in:
10
codes/urls.py
Normal file
10
codes/urls.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from django.urls import path
|
||||
|
||||
from .views import *
|
||||
|
||||
app_name = 'codes'
|
||||
|
||||
urlpatterns = [
|
||||
path('certificate/', CertificationAPIView.as_view()),
|
||||
# path('invite/', )
|
||||
]
|
||||
Reference in New Issue
Block a user