From 02cc60f82404f30a5d43e63723e43dcc95b6c329 Mon Sep 17 00:00:00 2001 From: Suvodip Date: Fri, 31 Jan 2025 13:20:02 +0530 Subject: [PATCH] s3 --- src/routes/v1/api.route.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/routes/v1/api.route.js b/src/routes/v1/api.route.js index d2be331..ceeef48 100644 --- a/src/routes/v1/api.route.js +++ b/src/routes/v1/api.route.js @@ -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) => {