mirror of
https://git.imnavajas.es/jjimenez/erp-imprimelibros.git
synced 2026-01-13 00:48:49 +00:00
modificados los colores segun telegram
This commit is contained in:
@ -21,7 +21,8 @@ public class SecurityConfig {
|
||||
"/images/**",
|
||||
"/public/**",
|
||||
"/error",
|
||||
"/presupuesto/public/**")
|
||||
"/presupuesto/public/**",
|
||||
"/favicon.ico")
|
||||
.permitAll()
|
||||
.anyRequest().authenticated())
|
||||
.csrf(csrf -> csrf
|
||||
|
||||
Reference in New Issue
Block a user