This commit is contained in:
2025-10-21 16:40:10 +02:00
parent 5753c82384
commit 2b6ef3ab14
19 changed files with 1020 additions and 28 deletions

View File

@@ -29,6 +29,7 @@ public class SecurityConfig {
http
.csrf(AbstractHttpConfigurer::disable)
.authorizeHttpRequests(auth -> auth
.requestMatchers("/configs/seed/**").permitAll()
.requestMatchers("/test/**").permitAll()
.requestMatchers("/explorer/**").permitAll()
.requestMatchers("/nflow/**").permitAll()