Add branding

This commit is contained in:
2026-01-05 14:19:55 +01:00
parent 7b0bf0989f
commit 134a1fc6ed
9 changed files with 15 additions and 8 deletions

View File

@@ -28,6 +28,8 @@ public class SecurityConfig {
.authorizeHttpRequests(auth -> auth
.requestMatchers(
"/",
"/favicon.ico",
"/img/**",
"/css/**",
"/js/**",
"/webjars/**",