This commit is contained in:
parent
ed63a201ea
commit
c0df99bfd8
@ -20,7 +20,9 @@
|
|||||||
"YoavBls.pretty-ts-errors",
|
"YoavBls.pretty-ts-errors",
|
||||||
"ChakrounAnas.turbo-console-log",
|
"ChakrounAnas.turbo-console-log",
|
||||||
"streetsidesoftware.code-spell-checker",
|
"streetsidesoftware.code-spell-checker",
|
||||||
"MS-CEINTL.vscode-language-pack-zh-hans"
|
"MS-CEINTL.vscode-language-pack-zh-hans",
|
||||||
|
"GitHub.copilot-chat",
|
||||||
|
"GitHub.copilot"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -480,10 +480,11 @@ class NetTool extends NetToolBase {
|
|||||||
/**
|
/**
|
||||||
* 创建一个表示200 OK的健康检查响应对象。
|
* 创建一个表示200 OK的健康检查响应对象。
|
||||||
*
|
*
|
||||||
|
* @param message - 响应消息。
|
||||||
* @returns 一个表示200 OK的健康检查响应对象。
|
* @returns 一个表示200 OK的健康检查响应对象。
|
||||||
*/
|
*/
|
||||||
healthCheck() {
|
healthCheck(message = "success") {
|
||||||
return Response.json({ code: 0, message: "success" })
|
return Response.json({ code: 0, message })
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user