From c526478becd89c91cc10606f08edb58b6c9b32c3 Mon Sep 17 00:00:00 2001 From: SunWuyuan Date: Sun, 16 Mar 2025 16:21:23 +0800 Subject: [PATCH] 1 --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index e122281..92df0bc 100644 --- a/app.js +++ b/app.js @@ -36,7 +36,7 @@ const prisma = new PrismaClient(); // 使用路由 app.get("/api/test", (req, res) => { res.json({ - status: true, + status: "success", message: "成功", time: new Date().getTime(), });