Skip to content

Commit

Permalink
Add namespace route to frontedRoutes
Browse files Browse the repository at this point in the history
  • Loading branch information
amvanbaren committed Mar 6, 2023
1 parent 0e56893 commit 6387ac8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
@Autowired
OAuth2UserServices userServices;

@Value("${ovsx.webui.frontendRoutes:/extension/**,/user-settings/**,/admin-dashboard/**}")
@Value("${ovsx.webui.frontendRoutes:/extension/**,/namespace/**,/user-settings/**,/admin-dashboard/**}")
String[] frontendRoutes;

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class WebConfig implements WebMvcConfigurer {
@Value("${ovsx.webui.url:}")
String webuiUrl;

@Value("${ovsx.webui.frontendRoutes:/extension/**,/user-settings/**,/admin-dashboard/**}")
@Value("${ovsx.webui.frontendRoutes:/extension/**,/namespace/**,/user-settings/**,/admin-dashboard/**}")
String[] frontendRoutes;

@Override
Expand Down

0 comments on commit 6387ac8

Please sign in to comment.