update paths

This commit is contained in:
2025-08-18 10:58:22 +02:00
parent 570981d5ac
commit 966c67e850
14 changed files with 45 additions and 44 deletions

View File

@@ -3,8 +3,8 @@ package ltd.hlaeja.security.authorize
import org.springframework.security.config.web.server.ServerHttpSecurity.AuthorizeExchangeSpec
fun AuthorizeExchangeSpec.adminPaths(): AuthorizeExchangeSpec.Access = pathMatchers(
"/account/**",
"/type/**",
"/device/**",
"/node/**",
"/accounts/**",
"/typse/**",
"/devices/**",
"/nodes/**",
)