modificados los colores segun telegram

This commit is contained in:
Jaime Jiménez
2025-09-04 19:53:53 +02:00
parent 64dc8f4003
commit a1b0eb7ea1
21 changed files with 165 additions and 74 deletions

View File

@ -21,7 +21,8 @@ public class SecurityConfig {
"/images/**",
"/public/**",
"/error",
"/presupuesto/public/**")
"/presupuesto/public/**",
"/favicon.ico")
.permitAll()
.anyRequest().authenticated())
.csrf(csrf -> csrf