| Line 103... |
Line 103... |
| 103 |
.excludePathPatterns("/store/generateInvoice")
|
103 |
.excludePathPatterns("/store/generateInvoice")
|
| 104 |
.excludePathPatterns(ProfitMandiConstants.URL_USER_GOOGLE_LOGIN,
|
104 |
.excludePathPatterns(ProfitMandiConstants.URL_USER_GOOGLE_LOGIN,
|
| 105 |
ProfitMandiConstants.URL_USER_GOOGLE_LOGIN + "/", ProfitMandiConstants.URL_VERIFY_OTP)
|
105 |
ProfitMandiConstants.URL_USER_GOOGLE_LOGIN + "/", ProfitMandiConstants.URL_VERIFY_OTP)
|
| 106 |
.excludePathPatterns("/store/token").excludePathPatterns("/gc/**").excludePathPatterns("/stores/**")
|
106 |
.excludePathPatterns("/store/token").excludePathPatterns("/gc/**").excludePathPatterns("/stores/**")
|
| 107 |
.excludePathPatterns(ProfitMandiConstants.URL_AI_LEAD_INTAKE)
|
107 |
.excludePathPatterns(ProfitMandiConstants.URL_AI_LEAD_INTAKE)
|
| 108 |
.excludePathPatterns("/v2/api-docs/**");
|
108 |
.excludePathPatterns("/v2/api-docs/**")
|
| - |
|
109 |
.excludePathPatterns("/cpass-test/**", "/cpass/wa-listen");
|
| 109 |
|
110 |
|
| 110 |
// registry to check api access on basis of UserInfo
|
111 |
// registry to check api access on basis of UserInfo
|
| 111 |
}
|
112 |
}
|
| 112 |
|
113 |
|
| 113 |
@Override
|
114 |
@Override
|