修改logger信息
This commit is contained in:
parent
fca424a460
commit
363d9ee34b
@ -53,7 +53,7 @@ router.get('/games', async (req, res, next) => {
|
|||||||
});
|
});
|
||||||
/* 获取单个游戏的配置*/
|
/* 获取单个游戏的配置*/
|
||||||
router.get('/one_game_cfg', async (req, res, next) => {
|
router.get('/one_game_cfg', async (req, res, next) => {
|
||||||
logger.db(req, '游戏管理', '配置管理', '获取单个游戏配置信息');
|
// logger.db(req, '游戏管理', '配置管理', '获取单个游戏配置信息');
|
||||||
|
|
||||||
// 权限判断
|
// 权限判断
|
||||||
const hasPerm =
|
const hasPerm =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user