Add endpoint for fetching team lineup and hook it up in the my-team page

This commit is contained in:
2020-11-05 11:01:46 -06:00
parent 101028a41a
commit 9022a21227
5 changed files with 252 additions and 46 deletions

View File

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