Merge pull request '변화탐지 API 로그인 인증 제외처리' (#331) from feat/infer_dev_260107 into develop

Reviewed-on: https://kamco.gitea.gs.dabeeo.com/dabeeo/kamco-dabeeo-backoffice/pulls/331
This commit is contained in:
2026-01-23 15:57:20 +09:00

View File

@@ -83,7 +83,8 @@ public class SecurityConfig {
"/chunk_upload_test.html", "/chunk_upload_test.html",
"/api/model/file-chunk-upload", "/api/model/file-chunk-upload",
"/api/upload/file-chunk-upload", "/api/upload/file-chunk-upload",
"/api/upload/chunk-upload-complete") "/api/upload/chunk-upload-complete",
"/api/change-detection/**")
.permitAll() .permitAll()
// 로그인한 사용자만 가능 IAM // 로그인한 사용자만 가능 IAM
.requestMatchers( .requestMatchers(