Skip to content

Commit

Permalink
Merge pull request #2214 from gtech-mulearn/dev
Browse files Browse the repository at this point in the history
Merge dev to dev-server
  • Loading branch information
jelanmathewjames authored Aug 26, 2024
2 parents 6e405db + 5c7ee6b commit e39b719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/dashboard/profile/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
path('socials/<str:muid>/', profile_view.GetSocialsAPI.as_view()),
path('qrcode-get/<str:uuid>/', profile_view.QrcodeRetrieveAPI.as_view()),
path('change-password/', profile_view.ResetPasswordAPI.as_view()),
path('userterm-approved/,<str:muid>/',profile_view.UsertermAPI.as_view())
path('userterm-approved/<str:muid>/',profile_view.UsertermAPI.as_view())
]

0 comments on commit e39b719

Please sign in to comment.