fix broken endpoints - see list
Closed this issue · 0 comments
CarolineS-QA commented
-
/getUsersByUsername (works, but breaks if two users have the same name)
-
/getYourGameSessions (works, but breaks if two users have the same name)
-
/getAllGameSessionsOrderedByTime
(no time found. just stick to read all for now) -
/createGameSession
technically works - but theres no relationship saved -
/updateGameSession/{id}
-
/deleteGameSession/{id}