diff --git a/src/app.ts b/src/app.ts index 1110809..40eba41 100644 --- a/src/app.ts +++ b/src/app.ts @@ -50,7 +50,7 @@ AppDataSource.initialize().then(async () => { } }, security: [ - { bearerAuth: [] } + { BearerJWT: [] } ], }, apis: ['./src/routes/*.ts', './src/schemas/*.ts']