|
@@ -133,7 +133,8 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
|
|
|
"/crmBusinessLicenseInformation/getById/{borrowId}",
|
|
"/crmBusinessLicenseInformation/getById/{borrowId}",
|
|
|
"/commonFile/deleteFileById",
|
|
"/commonFile/deleteFileById",
|
|
|
"/owSelfReporting/downloadTemplateWord",
|
|
"/owSelfReporting/downloadTemplateWord",
|
|
|
- "/owSelfReporting/checkInformationByUnicode"
|
|
|
|
|
|
|
+ "/owSelfReporting/checkInformationByUnicode",
|
|
|
|
|
+ "/crmHighTechZoneEnterprises/getCreditScoreMostDetailsByUniCode"
|
|
|
).permitAll()
|
|
).permitAll()
|
|
|
.antMatchers(
|
|
.antMatchers(
|
|
|
HttpMethod.POST,
|
|
HttpMethod.POST,
|