添加debug接口
This commit is contained in:
@@ -15,4 +15,5 @@ export default (app: Application) => {
|
||||
router.post('/user/bind', tokenParser, controller.account.bind);
|
||||
router.post('/user/authentication', tokenParser, controller.account.authentication);
|
||||
router.post('/game/getserverlist', tokenParser, controller.game.getServerList);
|
||||
router.post('/game/getnotice', tokenParser, controller.game.getnotice);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user