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
Some checks failed
Build and Push Images / build-and-push (push) Failing after 54s
This commit is contained in:
@@ -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 });
|
||||
|
||||
Reference in New Issue
Block a user