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

前端添加渲染表格和获取Url参数相关代码,更新search搜索页

This commit is contained in:
2022-03-15 12:40:49 +08:00
parent 39c56e36d4
commit ae26ecc372
5 changed files with 192 additions and 4 deletions

View File

@@ -38,6 +38,7 @@ router.get('/status', function (req, res) {
});
});
// 网站状态检测Api接口
router.get('/get-frontend-status', function (req, res) {
res.end(JSON.stringify({ "server": "OK" }));
});