Skip to content

Commit

Permalink
refactor(file): remove guard from public endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrdsilva committed May 30, 2024
1 parent afdaee6 commit a790615
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/resolvers/file.resolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export class FileResolver {
return this.fileService.create(createFileInput);
}

@UseGuards(JwtAuthGuard)
@Query(() => [File])
files(
@Args('fileTypes', { type: () => [String] }) fileTypes: string[],
Expand Down

0 comments on commit a790615

Please sign in to comment.