Skip to content

Commit

Permalink
added comma
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoSalas27 committed Jun 26, 2019
1 parent 52e39d9 commit 8da62c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ protected void configure(HttpSecurity http) throws Exception {
"/**/*.html",
"/**/*.css",
"/**/*.js"
).permitAll()
).permitAll();
//.antMatchers(SING_UP_URLS).permitAll()
//.anyRequest().authenticated();

Expand Down

0 comments on commit 8da62c3

Please sign in to comment.