tmp #11

Merged
suvo merged 5 commits from tmp into master 2025-01-31 07:51:51 +00:00
Showing only changes of commit 02cc60f824 - Show all commits

View File

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