This commit is contained in:
yaoyanwei
2025-08-26 14:28:54 +08:00
parent 4b2bb35c20
commit 6fa45b8f74
4 changed files with 121 additions and 42 deletions

View File

@@ -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