| Line 109... |
Line 109... |
| 109 |
.excludePathPatterns(ProfitMandiConstants.URL_USER_GOOGLE_LOGIN,
|
109 |
.excludePathPatterns(ProfitMandiConstants.URL_USER_GOOGLE_LOGIN,
|
| 110 |
ProfitMandiConstants.URL_USER_GOOGLE_LOGIN + "/", ProfitMandiConstants.URL_VERIFY_OTP)
|
110 |
ProfitMandiConstants.URL_USER_GOOGLE_LOGIN + "/", ProfitMandiConstants.URL_VERIFY_OTP)
|
| 111 |
.excludePathPatterns("/store/token").excludePathPatterns("/gc/**").excludePathPatterns("/stores/**")
|
111 |
.excludePathPatterns("/store/token").excludePathPatterns("/gc/**").excludePathPatterns("/stores/**")
|
| 112 |
.excludePathPatterns(ProfitMandiConstants.URL_AI_LEAD_INTAKE)
|
112 |
.excludePathPatterns(ProfitMandiConstants.URL_AI_LEAD_INTAKE)
|
| 113 |
.excludePathPatterns("/v2/api-docs/**")
|
113 |
.excludePathPatterns("/v2/api-docs/**")
|
| 114 |
.excludePathPatterns("/cpass-test/**", "/cpass/wa-listen")
|
- |
|
| 115 |
// Inbound gateway callback only. /botpenguin-test/** is deliberately NOT excluded:
|
114 |
// Inbound gateway callback only. /botpenguin-test/** is deliberately NOT excluded:
|
| 116 |
// those endpoints send real messages from the business number, so they keep auth.
|
115 |
// those endpoints send real messages from the business number, so they keep auth.
|
| 117 |
.excludePathPatterns("/botpenguin/wa-listen")
|
116 |
.excludePathPatterns("/botpenguin/wa-listen")
|
| 118 |
.excludePathPatterns("/external/**");
|
117 |
.excludePathPatterns("/external/**");
|
| 119 |
|
118 |
|