aboutsummaryrefslogtreecommitdiff
path: root/internal/route/api/v1/admin/org_team.go
Commit message (Collapse)AuthorAge
* api: add admin endpoint to get team members (#6101)Rui Santos2020-04-15
| | | fixes #5877
* refactor: unify error handling in routing layerᴜɴᴋɴᴡᴏɴ2020-03-16
|
* internal: move packages under this directory (#5836)Unknwon2019-10-24
* Rename pkg -> internal * Rename routes -> route * Move route -> internal/route * Rename models -> db * Move db -> internal/db * Fix route2 -> route * Move cmd -> internal/cmd * Bump version