Skip to content

Commit

Permalink
Fetch master data globaly
Browse files Browse the repository at this point in the history
  • Loading branch information
Sourav-Tekdi committed Sep 18, 2024
1 parent d84eae4 commit ef63c12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fields/fields.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ export class FieldsController {
//Get Field Option
@Post("/options/read")
@UsePipes(new ValidationPipe())
@UseGuards(JwtAuthGuard)
@ApiBasicAuth("access-token")
@ApiCreatedResponse({ description: "Field Options list." })
@ApiBody({ type: FieldsOptionsSearchDto })
Expand Down

0 comments on commit ef63c12

Please sign in to comment.