학습데이터 다운로드 security 제외하기

This commit is contained in:
2026-02-18 16:29:28 +09:00
parent c7f63d1ad1
commit 413631840f

View File

@@ -79,7 +79,8 @@ public class SecurityConfig {
"/api/members/*/password", "/api/members/*/password",
"/api/upload/chunk-upload-dataset", "/api/upload/chunk-upload-dataset",
"/api/upload/chunk-upload-complete", "/api/upload/chunk-upload-complete",
"/download_progress_test.html") "/download_progress_test.html",
"/api/models/download/**")
.permitAll() .permitAll()
// default // default