mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2026-01-28 03:18:44 +09:00
이미지 preview url 허용 추가
This commit is contained in:
@@ -60,6 +60,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
|
|||||||
"/socket/**",
|
"/socket/**",
|
||||||
"/api/v1/bo/sendNumMgt/filedownload",
|
"/api/v1/bo/sendNumMgt/filedownload",
|
||||||
"/api/v1/bo/homeMgt/filedownload",
|
"/api/v1/bo/homeMgt/filedownload",
|
||||||
|
"/api/v1/bo/homeMgt/**",
|
||||||
"/common/healthChk"
|
"/common/healthChk"
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -73,8 +74,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
|
|||||||
"/api/v1/bo/mntrng/**",
|
"/api/v1/bo/mntrng/**",
|
||||||
"/api/v1/bo/riskMgt/sendNum/**",
|
"/api/v1/bo/riskMgt/sendNum/**",
|
||||||
"/api/v1/bo/stats/**",
|
"/api/v1/bo/stats/**",
|
||||||
"/api/v1/bo/homeMgt/**",
|
"/view/error/**"
|
||||||
"/view/error/**"
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user