1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-21 01:10:39 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

调整系统后台服务器状态检测接口,网站状态检测功能完成

This commit is contained in:
2022-03-15 01:42:48 +08:00
parent 186f5664e0
commit 39c56e36d4
5 changed files with 62 additions and 20 deletions

View File

@@ -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;