getGameInfo
This commit is contained in:
@@ -192,6 +192,11 @@ router.get("/ping", (req, res) => {
|
|||||||
aiEvaluateImageToStar(req, res);
|
aiEvaluateImageToStar(req, res);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// getGameInfo.
|
||||||
|
router.post("/getGameInfo", (req, res) => {
|
||||||
|
getGameInfo(req, res);
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user