cleanup comment

This commit is contained in:
Nathaniel Tampus
2023-03-06 15:10:00 +08:00
parent fd66897ecd
commit c548f10d63

View File

@@ -7,6 +7,4 @@ router.route("/").get(controller.getActivePublicGames).post(controller.createGam
router.route("/:code").get(controller.getActiveGame); router.route("/:code").get(controller.getActiveGame);
// todo: api for updating games/moves requiring authentication
export default router; export default router;