mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-11-27 00:54:54 +00:00
sonar issue
This commit is contained in:
@ -9,15 +9,15 @@ from rest_framework import routers
|
||||
"""Define Router"""
|
||||
router = routers.SimpleRouter()
|
||||
|
||||
"""API End points with router
|
||||
in this file
|
||||
we define various api end point
|
||||
that is covered in this guardian
|
||||
section API:- like
|
||||
sign-up, create guardian profile,
|
||||
create-task,
|
||||
all task list, top junior,
|
||||
filter-task"""
|
||||
# API End points with router
|
||||
# in this file
|
||||
# we define various api end point
|
||||
# that is covered in this guardian
|
||||
# section API:- like
|
||||
# sign-up, create guardian profile,
|
||||
# create-task,
|
||||
# all task list, top junior,
|
||||
# filter-task"""
|
||||
"""Sign up API"""
|
||||
router.register('sign-up', SignupViewset, basename='sign-up')
|
||||
"""Create guardian profile API"""
|
||||
|
||||
Reference in New Issue
Block a user