Skip to content

Commit

Permalink
Expose health endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
fjlopez committed Jul 15, 2024
1 parent 0635675 commit b233267
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ public class WebSecurityConfigurer extends WebSecurityConfigurerAdapter {
"/swagger-ui/**",
"/swagger-ui.*",
"/dist/**",
"/workspace.html"
"/workspace.html",
"/api/dashboard/health",
};

private final SecurityEntryPoint unauthorizedHandler;
Expand Down

0 comments on commit b233267

Please sign in to comment.