From bf89fbd62873517fdb990a7a2b9126e296b0ddcd Mon Sep 17 00:00:00 2001 From: Hugo SUBTIL <ext.sopra.husubtil@grandlyon.com> Date: Thu, 4 Feb 2021 10:57:40 +0100 Subject: [PATCH] fix: remove useless swagger auth --- src/posts/posts.controller.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/posts/posts.controller.ts b/src/posts/posts.controller.ts index 01457bfd1..e5c9478a2 100644 --- a/src/posts/posts.controller.ts +++ b/src/posts/posts.controller.ts @@ -9,7 +9,6 @@ export class PostsController { constructor(private readonly httpService: HttpService) {} @Get() - @ApiBearerAuth('JWT') @ApiQuery({ name: 'include', type: String, required: false }) @ApiQuery({ name: 'fields', type: String, required: false }) @ApiQuery({ name: 'formats', type: String, required: false }) -- GitLab