Add endpoint for fetching matchups & hook up to matchups interface

This commit is contained in:
2020-11-07 16:36:43 -06:00
parent d85570600a
commit ccf0792ac4
5 changed files with 64 additions and 205 deletions

View File

@@ -52,6 +52,8 @@ const index = {
'/my-team/lineup': ['controller::Teams.get_my_team_current_lineup'],
'/draft-board/available': ['controller::DraftBoard.get_available_players'],
'/matchups': ['controller::Scores.get_weekly_scores'],
},
/*