1
0
mirror of https://github.com/ZeroCatDev/ClassworksKV.git synced 2025-07-01 20:09:23 +00:00
This commit is contained in:
SunWuyuan 2025-03-16 16:21:23 +08:00
parent 7ba9963a6c
commit c526478bec
No known key found for this signature in database
GPG Key ID: A6A54CF66F56BB64

2
app.js
View File

@ -36,7 +36,7 @@ const prisma = new PrismaClient();
// 使用路由 // 使用路由
app.get("/api/test", (req, res) => { app.get("/api/test", (req, res) => {
res.json({ res.json({
status: true, status: "success",
message: "成功", message: "成功",
time: new Date().getTime(), time: new Date().getTime(),
}); });