Skip to content
Snippets Groups Projects
Commit bf89fbd6 authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

fix: remove useless swagger auth

parent c011634d
No related branches found
No related tags found
3 merge requests!27Recette,!26Dev,!24Poc/ghost
...@@ -9,7 +9,6 @@ export class PostsController { ...@@ -9,7 +9,6 @@ export class PostsController {
constructor(private readonly httpService: HttpService) {} constructor(private readonly httpService: HttpService) {}
@Get() @Get()
@ApiBearerAuth('JWT')
@ApiQuery({ name: 'include', type: String, required: false }) @ApiQuery({ name: 'include', type: String, required: false })
@ApiQuery({ name: 'fields', type: String, required: false }) @ApiQuery({ name: 'fields', type: String, required: false })
@ApiQuery({ name: 'formats', type: String, required: false }) @ApiQuery({ name: 'formats', type: String, required: false })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment