mirror of
https://github.com/ZeroCatDev/ClassworksKV.git
synced 2025-07-01 20:09:23 +00:00
1
This commit is contained in:
parent
7ba9963a6c
commit
c526478bec
2
app.js
2
app.js
@ -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(),
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user