Skip to content

Commit

Permalink
Merge pull request #52 from souravbhowmik1999/make_field_global
Browse files Browse the repository at this point in the history
Global Master Data Fetch
  • Loading branch information
snehal0904 authored Sep 18, 2024
2 parents d84eae4 + ef63c12 commit 49cada4
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 49cada4

Please sign in to comment.