I\'m making an api on my express server for getting a single game information by id.
router.get("/:id", async (req, res, next) => { try { c