Commit e102a310 by Oscar Gonzalez

se agrega beneficios entre las URLS

parent 5e358abe
...@@ -51,6 +51,7 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter { ...@@ -51,6 +51,7 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
.mvcMatchers("/cargos","/cargos/**").authenticated() .mvcMatchers("/cargos","/cargos/**").authenticated()
.mvcMatchers("/convocatorias","/convocatorias/**").authenticated() .mvcMatchers("/convocatorias","/convocatorias/**").authenticated()
.mvcMatchers("/tecnologias","/tecnologias/**").authenticated() .mvcMatchers("/tecnologias","/tecnologias/**").authenticated()
.mvcMatchers("/beneficios","/beneficios/**").authenticated()
.mvcMatchers("/postulantes","/postulantes/**").authenticated() .mvcMatchers("/postulantes","/postulantes/**").authenticated()
.mvcMatchers("/edit-user-data").authenticated() .mvcMatchers("/edit-user-data").authenticated()
.anyRequest().permitAll() .anyRequest().permitAll()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment