File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
java/es/codeurjc/wallypop/security Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -68,12 +68,12 @@ protected void configure(HttpSecurity http) throws Exception {
68
68
69
69
70
70
/* ADMIN */
71
- http .authorizeRequests ().antMatchers ("/categoriasAdmin " ).hasAnyRole ("ADMIN" );
72
- http .authorizeRequests ().antMatchers ("/categoriasAdminListado " ).hasAnyRole ("ADMIN" );
73
- http .authorizeRequests ().antMatchers ("/grafico " ).hasAnyRole ("ADMIN" );
74
- http .authorizeRequests ().antMatchers ("/perfilAdmin " ).hasAnyRole ("ADMIN" );
75
- http .authorizeRequests ().antMatchers ("/reporteAdmin " ).hasAnyRole ("ADMIN" );
76
- http .authorizeRequests ().antMatchers ("/visualizaReporte " ).hasAnyRole ("ADMIN" );
71
+ http .authorizeRequests ().antMatchers ("/category " ).hasAnyRole ("ADMIN" );
72
+ http .authorizeRequests ().antMatchers ("/categoryList " ).hasAnyRole ("ADMIN" );
73
+ http .authorizeRequests ().antMatchers ("/graphic " ).hasAnyRole ("ADMIN" );
74
+ http .authorizeRequests ().antMatchers ("/profile " ).hasAnyRole ("ADMIN" );
75
+ http .authorizeRequests ().antMatchers ("/reports " ).hasAnyRole ("ADMIN" );
76
+ http .authorizeRequests ().antMatchers ("/showReport " ).hasAnyRole ("ADMIN" );
77
77
78
78
// Login form
79
79
http .formLogin ().loginPage ("/login" );
Original file line number Diff line number Diff line change 25
25
< div class ="full-width hidden-md hidden-lg header-menu-mobile ">
26
26
< i class ="fa fa-times header-menu-mobile-close-btn show-menu-mobile " aria-hidden ="true "> </ i >
27
27
{{#logged}}
28
- < a href ="/perfil ">
28
+ < a href ="/profile ">
29
29
< i class ="fa fa-user NavBar-Nav-icon header-menu-mobile-icon " aria-hidden ="true "> </ i >
30
30
</ a >
31
31
{{/logged}}
You can’t perform that action at this time.
0 commit comments