Santos
This commit is contained in:
parent
6d1943e1d3
commit
7bda49fb30
|
|
@ -45,6 +45,7 @@ public class SecurityConfig {
|
|||
.requestMatchers(HttpMethod.GET, "/parroquias/**").permitAll()
|
||||
.requestMatchers(HttpMethod.GET, "/calendario/**").permitAll()
|
||||
.requestMatchers(HttpMethod.GET, "/versos/**").permitAll()
|
||||
.requestMatchers(HttpMethod.GET, "/santo/**").permitAll()
|
||||
.requestMatchers(HttpMethod.OPTIONS, "/**").permitAll()
|
||||
.anyRequest().authenticated()
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue