학습데이터 다운로드 security 제외하기
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user