oops
This commit is contained in:
parent
1f5b1580ff
commit
53a7e23b4f
1 changed files with 8 additions and 1 deletions
|
@ -1 +1,8 @@
|
||||||
git
|
from django.urls import path
|
||||||
|
|
||||||
|
from . import views
|
||||||
|
|
||||||
|
urlpatterns = [
|
||||||
|
path('register', views.register),
|
||||||
|
path('authorized', views.register_callback),
|
||||||
|
]
|
||||||
|
|
Loading…
Reference in a new issue