fix: actually support JWT bearer authentication

This commit is contained in:
2026-01-03 00:29:45 +01:00
parent 4bf39c7fdf
commit ec5cedce5a

View File

@@ -50,7 +50,7 @@ AppDataSource.initialize().then(async () => {
}
},
security: [
{ bearerAuth: [] }
{ BearerJWT: [] }
],
},
apis: ['./src/routes/*.ts', './src/schemas/*.ts']