Commit 65fdd4eb authored by keita.onoguchi's avatar keita.onoguchi

Merge branch 'test' into 'master'

ハードタブを削除

See merge request !1
parents 0a6b80cf 476d5ef4
......@@ -29,7 +29,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter{
@Override
protected void configure(HttpSecurity http) throws Exception {
http
.authorizeRequests()
.mvcMatchers("/", "/signup", "/login").permitAll()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment