mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-11-26 16:44:54 +00:00
jira-9 changes in phone verification
This commit is contained in:
@ -11,7 +11,7 @@ router = routers.SimpleRouter()
|
||||
|
||||
"""API End points with router"""
|
||||
router.register('sign-up', SignupViewset, basename='sign-up')
|
||||
router.register('complete-guardian-profile', UpdateGuardianProfile, basename='update-guardian-profile')
|
||||
router.register('create-guardian-profile', UpdateGuardianProfile, basename='update-guardian-profile')
|
||||
urlpatterns = [
|
||||
path('api/v1/', include(router.urls)),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user