Skip to content

Commit 650fd3a

Browse files
author
Kerry Cao
committed
Changed paths for registration and profile
1 parent b6cb12b commit 650fd3a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

server/profilePage/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
from . import views
33

44
urlpatterns = [
5-
path('profile/', views.user_profile, name='profile'),
5+
path("", views.user_profile, name="profile"),
66
]

server/registration/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
from . import views
33

44
urlpatterns = [
5-
path('registration/', views.user_registration, name='registration'),
5+
path("", views.user_registration, name="registration"),
66
]

0 commit comments

Comments
 (0)