Skip to content

Commit 8581fb0

Browse files
authored
Merge pull request #256 from CSE-Shaco/develop
fix(security-config): 마니또 확인 페이지 필터링
2 parents 9e592c6 + eeff9c8 commit 8581fb0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/inha/gdgoc/global/security/SecurityConfig.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
4949
"/api/v1/apply/**",
5050
"/api/v1/check/**",
5151
"/api/v1/core-recruit",
52-
"/api/v1/fileupload")
52+
"/api/v1/fileupload",
53+
"/api/v1/manito/verify")
5354
.permitAll()
5455
.anyRequest()
5556
.authenticated()

0 commit comments

Comments
 (0)