mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-21 01:10:39 +08:00
调整系统后台服务器状态检测接口,网站状态检测功能完成
This commit is contained in:
@@ -38,4 +38,8 @@ router.get('/status', function (req, res) {
|
||||
});
|
||||
});
|
||||
|
||||
router.get('/get-frontend-status', function (req, res) {
|
||||
res.end(JSON.stringify({ "server": "OK" }));
|
||||
});
|
||||
|
||||
module.exports = router;
|
||||
|
Reference in New Issue
Block a user