First commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
from django.urls import path
|
||||
|
||||
from .views import AuthenticationView
|
||||
|
||||
urlpatterns = [
|
||||
path("request-otp/", AuthenticationView.as_view(), name="request-otp"),
|
||||
path("verify-otp/", AuthenticationView.as_view(), name="verify-otp"),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user