deploy login & reCaptcha
This commit is contained in:
8
apps/captcha_app/api/v1/urls.py
Normal file
8
apps/captcha_app/api/v1/urls.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from django.urls import path, include
|
||||
from .views import CustomizeRestCaptchaView
|
||||
|
||||
app_name = 'captcha_app'
|
||||
|
||||
urlpatterns = [
|
||||
path('captcha/', CustomizeRestCaptchaView.as_view(), name='captcha')
|
||||
]
|
||||
Reference in New Issue
Block a user