mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-11-26 16:44:54 +00:00
forgot, reset and change password
This commit is contained in:
@ -10,7 +10,7 @@ from rest_framework import routers
|
||||
router = routers.SimpleRouter()
|
||||
|
||||
"""API End points with router"""
|
||||
router.register('profile-update', UpdateJuniorProfile, basename='profile-update')
|
||||
router.register('complete-junior-profile', UpdateJuniorProfile, basename='profile-update')
|
||||
router.register('validate-guardian-code', ValidateGuardianCode, basename='validate-guardian-code')
|
||||
urlpatterns = [
|
||||
path('api/v1/', include(router.urls)),
|
||||
|
||||
Reference in New Issue
Block a user