Skip to content

Commit

Permalink
[Fix kbss-cvut/fta-fmea-ui#507] Remove wrong preAuthorize on FaultTre…
Browse files Browse the repository at this point in the history
…eController.summaries
  • Loading branch information
kostobog committed Jul 10, 2024
1 parent 7beed15 commit 1662b20
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ public List<FaultTree> findAll() {
return repositoryService.findAll();
}

@PreAuthorize("permitAll()")
@GetMapping("/summaries")
public List<FaultTree> summaries(@RequestParam(required = false) MultiValueMap<String, String> params,
UriComponentsBuilder uriBuilder, HttpServletResponse response) {
Expand Down

0 comments on commit 1662b20

Please sign in to comment.