qa: Managers can view team and manage theirs todo list
This commit is contained in:
parent
b94beb363b
commit
cd64fc90bf
13 changed files with 526 additions and 24 deletions
|
@ -29,4 +29,5 @@ func DeclareRoutes(router *gin.RouterGroup) {
|
|||
}))
|
||||
|
||||
declareTodoManagerRoutes(apiManagerRoutes)
|
||||
declareTeamsRoutes(apiManagerRoutes)
|
||||
}
|
||||
|
|
Reference in a new issue