Skip to content

Commit 3e4807b

Browse files
authored
Merge pull request #10 from techcode-viewer/develop
deploy env 경로 추가
2 parents 3f03082 + 444c55d commit 3e4807b

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)