Skip to content
Snippets Groups Projects
Commit 0a91338d authored by Peder's avatar Peder
Browse files

minor changes

parent e049e98e
No related branches found
No related tags found
1 merge request!35minor changes
Pipeline #222337 passed
......@@ -60,6 +60,7 @@ public class WebSecurityConfig {
.requestMatchers("/recipe/**").permitAll()
.requestMatchers("/user/auth/refreshToken").permitAll()
.requestMatchers("/swagger-ui/**", "/v3/api-docs/**").permitAll()
.requestMatchers("/user/edit/password").permitAll()
.anyRequest().authenticated();
return http.build();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment