Use accounts/ prefix for accounts router
This commit is contained in:
parent
61eadc9d60
commit
22e0b7dc27
2 changed files with 2 additions and 2 deletions
|
|
@ -2,5 +2,5 @@ from django.urls import path
|
|||
|
||||
from .views import signup
|
||||
urlpatterns = [
|
||||
path('', signup, name='registration'),
|
||||
path('registration/', signup, name='registration'),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue