Skip to content

Commit

Permalink
fixed status page
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Apr 16, 2018
1 parent a96a91f commit 89d9ba4
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -96,6 +96,8 @@ public void configure(WebSecurity web) throws Exception {
web.ignoring().antMatchers("/less/**");

web.ignoring().antMatchers("/wicket/resource/**");

web.ignoring().antMatchers("/status.html");
}

@Override
Expand Down

0 comments on commit 89d9ba4

Please sign in to comment.