fix(core): version control session (#10384)

This commit is contained in:
forehalo
2025-02-24 04:44:43 +00:00
parent f02b57d58b
commit b71fe291d1
3 changed files with 30 additions and 17 deletions

View File

@@ -299,6 +299,7 @@ export class AuthController {
res.send({ id: user.id });
}
@UseNamedGuard('version')
@Throttle('default', { limit: 1200 })
@Public()
@Get('/session')