mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-21 01:10:39 +08:00
前端添加渲染表格和获取Url参数相关代码,更新search搜索页
This commit is contained in:
@@ -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" }));
|
||||
});
|
||||
|
Reference in New Issue
Block a user