Create an endpoint to return a list of all the users registered to the game. Create an endpoint to remove a player from the game, this will remove them from the users table but this will only be able to be complete when a game is not in progress because of the foreign key constraints.
Create an endpoint to return a list of all the users registered to the game. Create an endpoint to remove a player from the game, this will remove them from the
users
table but this will only be able to be complete when a game is not in progress because of the foreign key constraints.