Skip to content

Commit

Permalink
Merge pull request #37 from CaritasDeutschland/feature-live-message-n…
Browse files Browse the repository at this point in the history
…otification

Feature live message notification
  • Loading branch information
mobo4b authored Oct 28, 2020
2 parents d434f6c + b5101f7 commit b394d7f
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,9 @@ protected void configure(HttpSecurity http) throws Exception {
.antMatchers("/users/consultants").hasAuthority(Authority.VIEW_AGENCY_CONSULTANTS)
.antMatchers("/users/consultants/import", "/users/askers/import",
"/users/askersWithoutSession/import")
.hasAuthority(Authority.TECHNICAL_DEFAULT).antMatchers("/users/mails/messages/feedback/new")
.hasAnyAuthority(Authority.USER_DEFAULT, Authority.CONSULTANT_DEFAULT).antMatchers("/liveproxy/send")
.hasAuthority(Authority.TECHNICAL_DEFAULT)
.antMatchers("/liveproxy/send").hasAnyAuthority(Authority.USER_DEFAULT, Authority.CONSULTANT_DEFAULT)
.antMatchers("/users/mails/messages/feedback/new")
.hasAuthority(Authority.USE_FEEDBACK).antMatchers("/users/messages/key")
.hasAuthority(Authority.TECHNICAL_DEFAULT).antMatchers("/users/chat/new")
.hasAuthority(Authority.CREATE_NEW_CHAT).antMatchers("/users/chat/{chatId:[0-9]+}/start")
Expand Down

0 comments on commit b394d7f

Please sign in to comment.