Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
hassanhashmey committed Jan 8, 2024
1 parent f8b69f2 commit 1cdd52c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions userManagment/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
urlpatterns = [

url(r'^$', views.loadUserHome, name='loadUsersHome'),
url(r'^viewProfile', views.viewProfile, name='viewProfile'),
url(r'^viewProfileV2', views.viewProfileV2, name='viewProfileV2'),
url(r'^viewProfile$', views.viewProfile, name='viewProfile'),
url(r'^viewProfileV2$', views.viewProfileV2, name='viewProfileV2'),
url(r'^createUser', views.createUser, name='createUser'),


Expand Down

0 comments on commit 1cdd52c

Please sign in to comment.