This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects

Resolve "Die Statistiken sollten auch in ElasticSearch hinterlegt werden."

Compare and Show latest version
11 files
+ 169
265
Compare changes
  • Side-by-side
  • Inline
Files
11
@@ -201,6 +201,7 @@ public class SecurityConfiguration extends WebSecurityConfigurerAdapter {
.antMatchers(HttpMethod.GET, "/api/pages/attachment").permitAll()
.antMatchers("/api/currentuser-watch-lists/**").authenticated()
.antMatchers("/api/review-ratings").hasAuthority(AuthoritiesConstants.ADMIN)
.antMatchers("/api/esManagement/**").hasAuthority(AuthoritiesConstants.ADMIN)
.antMatchers("/api/**").authenticated()
.antMatchers("/management/health").permitAll()
.antMatchers("/management/info").permitAll()