add endpoint allow_code
This commit is contained in:
parent
7b46501289
commit
69f1b003bf
|
@ -11,4 +11,6 @@ urlpatterns = [
|
|||
name="verify"),
|
||||
path('authorize', views.AuthorizeView.as_view(),
|
||||
name="authorize"),
|
||||
path('allow_code', views.AllowCodeView.as_view(),
|
||||
name="allow_code"),
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue