pull/10/head
Suvodip 2025-01-31 13:20:02 +05:30
parent c2ee394195
commit 02cc60f824
1 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@ const aiMarkDrawing = require("../api/aiMarkDrawing");
const aiFeedbackOnReportWithFollowup = require("../api/aiFeedbackOnReportWithFollowup");
const aiTextToSpeech = require("../api/aiTextToSpeech");
const aiEvaluateImageToStar = require("../api/aiEvaluateImageToStar");
// const getGameInfo = require("../api/getGameInfo");
const getGameInfo = require("../api/getGameInfo");
const saveGalleryImage = require("../api/saveGalleryImage");
const getGalleryImage = require("../api/getGalleryImage");
@ -194,9 +194,9 @@ router.get("/ping", (req, res) => {
});
// getGameInfo.
// // router.get("/getGameInfo", (req, res) => {
// // getGameInfo(req, res);
// });
router.get("/getGameInfo", (req, res) => {
getGameInfo(req, res);
});
// Save Drawing Game Gallery Image
router.post("/saveGalleryImage", (req, res) => {