Skip to content

Commit b5cda40

Browse files
committed
📝 SecurityConfig 에 AI 통신 api 권한 설정 추가
1 parent 85d3f50 commit b5cda40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/andreas311/miso/global/security/SecurityConfig.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ class SecurityConfig(
6767
.antMatchers(HttpMethod.GET, "/recyclables").authenticated()
6868
.antMatchers(HttpMethod.GET, "/recyclables/search").authenticated()
6969
.antMatchers(HttpMethod.GET, "/recyclables/all").authenticated()
70+
.antMatchers(HttpMethod.POST, "/recyclables/process_image").authenticated()
7071

7172
.anyRequest().denyAll()
7273
.and()

0 commit comments

Comments
 (0)