Skip to content

Commit

Permalink
Permit all 2
Browse files Browse the repository at this point in the history
  • Loading branch information
blcham committed Aug 20, 2024
1 parent c871d06 commit b972138
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ public String getFilename() {
return responseEntity.getBody();
}

@PermitAll
@PreAuthorize("permitAll()")
@PostMapping(value = "/import/json", consumes = MediaType.MULTIPART_FORM_DATA_VALUE)
public RecordImportResult importRecordsJson(@RequestPart("file") MultipartFile file,
@RequestParam(name = "phase", required = false) String phase) {
Expand Down

0 comments on commit b972138

Please sign in to comment.