Skip to content

Commit

Permalink
change made in description of identity controller (PSMRI#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vidyaaa24 authored Sep 4, 2023
1 parent 4bd5c8c commit 1d442c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ public class IdentityController {

// search beneficiary by lastModDate and districtID
@CrossOrigin(origins = { "*commonapi*" })
// @PostMapping(path = "/searchByDistrictId", headers = "Authorization")
@ApiOperation(value ="Search beneficiary by blockId and last modified date")
@PostMapping(path = "/searchByDistrictId")
public @ResponseBody String searchBeneficiaryByBlockIdAndLastModDate(
@ApiParam(value = "\"String\"") @RequestBody String object) {
Expand Down

0 comments on commit 1d442c3

Please sign in to comment.