Skip to content

Commit

Permalink
fix: add preauthorize
Browse files Browse the repository at this point in the history
  • Loading branch information
BettyB979 committed Jul 8, 2024
1 parent 19ec588 commit bb188dc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
import java.util.List;

@RestController
@PreAuthorize(AuthorityPrivileges.HAS_MANAGEMENT_PRIVILEGES)
@Tag(name = "1 - Contacts", description = "Enpoints to create, update, delete and find contacts")
@Slf4j
@RequiredArgsConstructor
Expand Down

0 comments on commit bb188dc

Please sign in to comment.