We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a31889 + 365faa2 commit c13bb44Copy full SHA for c13bb44
src/main/java/org/radarbase/management/config/SecurityConfiguration.kt
@@ -146,6 +146,7 @@ class SecurityConfiguration
146
.antMatchers("/api/register")
147
.antMatchers("/api/account/reset_password/init")
148
.antMatchers("/api/account/reset_password/finish")
149
+ .antMatchers("/api/public/projects")
150
.antMatchers("/test/**")
151
.antMatchers("/management/health")
152
.antMatchers(HttpMethod.GET, "/api/meta-token/**")
0 commit comments