#69 edit description

parent daac8395
......@@ -93,7 +93,7 @@ router.get('/my',auth, async (req: Request, res: Response):Promise<Response>=>{
})
/**check tasks of projects in which current user is involved, search by token*/
/**return tasks & users of projects in which current user is involved, search by token*/
router.get('/related', auth,async (req: Request, res: Response):Promise<Response>=>{
console.log('related')
const user = req.body.user
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment