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