Skip to content

Commit

Permalink
#95
Browse files Browse the repository at this point in the history
  • Loading branch information
vanessapinto257 committed Apr 25, 2019
1 parent d258ea5 commit f55fccc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ protected void configure(HttpSecurity http) throws Exception {
.and()
.formLogin()
.successHandler(successHandler)
.loginPage("/api/login")
.loginPage("/api/googlelogin")
.permitAll()
.and()
.logout()
Expand Down

0 comments on commit f55fccc

Please sign in to comment.