Add endpoint for fetching my-team/players

This commit is contained in:
2020-11-04 23:09:36 -06:00
parent 19567dcfb0
commit 33c37f6855
4 changed files with 23 additions and 5 deletions

View File

@@ -48,6 +48,7 @@ const index = {
],
'/my-team': ['controller::Teams.get_my_team'],
'/my-team/players': ['controller::Teams.get_my_team_players'],
},
/*