Skip to content

Commit c13bb44

Browse files
authored
Merge pull request #1077 from RADAR-base/feature/security-config
Update SecurityConfig
2 parents 9a31889 + 365faa2 commit c13bb44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/radarbase/management/config/SecurityConfiguration.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ class SecurityConfiguration
146146
.antMatchers("/api/register")
147147
.antMatchers("/api/account/reset_password/init")
148148
.antMatchers("/api/account/reset_password/finish")
149+
.antMatchers("/api/public/projects")
149150
.antMatchers("/test/**")
150151
.antMatchers("/management/health")
151152
.antMatchers(HttpMethod.GET, "/api/meta-token/**")

0 commit comments

Comments
 (0)