Skip to content

Commit 444c55d

Browse files
committed
deploy env 경로 추가
1 parent f9106c6 commit 444c55d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/codeview/main/config/SecurityConfig.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ public SecurityFilterChain securityFilterChain(HttpSecurity http) throws Excepti
5959
new AntPathRequestMatcher("/home"),
6060
new AntPathRequestMatcher("/login"),
6161
new AntPathRequestMatcher("/oauth2/**"),
62+
new AntPathRequestMatcher("/env"),
6263
new AntPathRequestMatcher("/api/oauth2/**")
64+
6365
).permitAll()
6466
.anyRequest().authenticated())
6567
.oauth2Login(oauth -> oauth

0 commit comments

Comments
 (0)