cleanup comment
This commit is contained in:
@@ -7,6 +7,4 @@ router.route("/").get(controller.getActivePublicGames).post(controller.createGam
|
||||
|
||||
router.route("/:code").get(controller.getActiveGame);
|
||||
|
||||
// todo: api for updating games/moves requiring authentication
|
||||
|
||||
export default router;
|
||||
|
||||
Reference in New Issue
Block a user