Skip to content

Commit

Permalink
Added UBS_EMPLOYEE to access notifications (#1148)
Browse files Browse the repository at this point in the history
  • Loading branch information
ospodaryk authored Jun 26, 2023
1 parent 736f44d commit e28e931
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ protected void configure(HttpSecurity http) throws Exception {
"/notifications",
"/notifications/**",
"/notifications/quantityUnreadenNotifications")
.hasAnyRole(USER, ADMIN)
.hasAnyRole(USER, ADMIN, UBS_EMPLOYEE)
.antMatchers(HttpMethod.PUT,
UBS_LINK + "/userProfile/**",
UBS_LINK + "/update-order-address")
Expand Down

0 comments on commit e28e931

Please sign in to comment.