This commit is contained in:
2025-03-25 00:38:41 +08:00
parent cb490470c1
commit 64c70ce527
14 changed files with 261 additions and 73 deletions

View File

@@ -18,6 +18,7 @@ export const addAuth = (app: App) => {
.route({
path: 'auth',
id: 'auth',
isDebug: true,
})
.define(async (ctx) => {
const token = ctx.query.token;