Merge branch 'main' of https://g.wace.me/jskim/vexplor_dev
Some checks failed
Build and Push Images / build-and-push (push) Failing after 54s

This commit is contained in:
SeongHyun Kim
2026-04-10 10:31:44 +09:00
103 changed files with 18060 additions and 4869 deletions

View File

@@ -323,6 +323,9 @@ router.post(
formData,
manualInputValue
);
// TODO: 디버그용 임시 응답 (나중에 제거)
const { getPool } = require("../database/db");
const dbPool = getPool();
return res.json({ success: true, data: { generatedCode: previewCode } });
} catch (error: any) {
logger.error("코드 미리보기 실패", { error: error.message });