There was an error while loading. Please reload this page.
GET /comment/view/:gameID
/comment/view/:gameID
Get every comment of the game
GET /comment/delete/:commentID
/comment/delete/:commentID
Deletes the comment
POST /comment/add/:gameID
/comment/add/:gameID
Adds a comment to the game
POST /comment/add/:gameID/:commentID
/comment/add/:gameID/:commentID
Adds a comment replying to the given comment
POST /comment/edit/:commentID
/comment/edit/:commentID
Edits the selected comment