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");