From a4e9e9cfb3934bad6f7007b4843aa10a04aff46f Mon Sep 17 00:00:00 2001 From: "Kar l5.u24" Date: Thu, 16 Jan 2025 08:08:51 +0000 Subject: [PATCH] getGameInfo --- .husky/post-checkout | 4 ---- .husky/post-commit | 4 ---- .husky/pre-commit | 4 ---- src/routes/v1/api.route.js | 1 + 4 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 .husky/post-checkout delete mode 100644 .husky/post-commit delete mode 100644 .husky/pre-commit diff --git a/.husky/post-checkout b/.husky/post-checkout deleted file mode 100644 index 15f7266..0000000 --- a/.husky/post-checkout +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - -yarn install diff --git a/.husky/post-commit b/.husky/post-commit deleted file mode 100644 index fd4c0ef..0000000 --- a/.husky/post-commit +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - -git status diff --git a/.husky/pre-commit b/.husky/pre-commit deleted file mode 100644 index d2ae35e..0000000 --- a/.husky/pre-commit +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - -yarn lint-staged diff --git a/src/routes/v1/api.route.js b/src/routes/v1/api.route.js index 0a41445..3a449c7 100644 --- a/src/routes/v1/api.route.js +++ b/src/routes/v1/api.route.js @@ -31,6 +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");