优化
This commit is contained in:
@@ -16,6 +16,10 @@ exports.route = function (app) {
|
||||
AuthController.Login
|
||||
]);
|
||||
|
||||
app.post('/auth/steam', app.auth_limiter, [
|
||||
AuthController.SteamLogin
|
||||
]);
|
||||
|
||||
app.get('/auth/keep',[
|
||||
AuthTool.isValidJWT,
|
||||
AuthController.KeepOnline
|
||||
|
||||
Reference in New Issue
Block a user