Add endpoint for fetching team lineup and hook it up in the my-team page
This commit is contained in:
@@ -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'],
|
||||
},
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user