Players should be added to roster_players table. Get request for all players, user selects the player he wants to draft. This does a post request of the player_id, user's roster_id to the roster_players table.
Should this route go through players or rosters?
Players should be added to roster_players table. Get request for all players, user selects the player he wants to draft. This does a post request of the player_id, user's roster_id to the roster_players table.
Should this route go through players or rosters?