Skip to content

Commit

Permalink
security config for notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
ABbondar committed Oct 2, 2023
1 parent 38b8851 commit 06fd736
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/java/greencity/config/SecurityConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ protected void configure(HttpSecurity http) throws Exception {
"/email/sendHabitNotification",
"/email/addEcoNews",
"/email/changePlaceStatus",
"/email/sendEventNotification",
"/email/addEventComment")
.hasAnyRole(USER, ADMIN, UBS_EMPLOYEE, MODERATOR, EMPLOYEE)
.antMatchers(HttpMethod.PUT,
Expand Down

0 comments on commit 06fd736

Please sign in to comment.