| Line 57... |
Line 57... |
| 57 |
"/checkplans", "/12dashboard34", "/mandii", "/imei/validate", "/fundfina/**", "/virtualaccount/push-credits", "/wa-invoice-send/**",
|
57 |
"/checkplans", "/12dashboard34", "/mandii", "/imei/validate", "/fundfina/**", "/virtualaccount/push-credits", "/wa-invoice-send/**",
|
| 58 |
"/click2call/report-handler", "/click2call/report-handler/recording-url", "/wa-listen", "/upsellPayment/callback");
|
58 |
"/click2call/report-handler", "/click2call/report-handler/recording-url", "/wa-listen", "/upsellPayment/callback");
|
| 59 |
registry.addInterceptor(roleInterceptor).excludePathPatterns("/hdfctest/**", "/hdfc/**", "/spicemoney/callback", "/upsellPayment/callback", "/click2call/report-handler/recording-url", "/click2call/report-handler",
|
59 |
registry.addInterceptor(roleInterceptor).excludePathPatterns("/hdfctest/**", "/hdfc/**", "/spicemoney/callback", "/upsellPayment/callback", "/click2call/report-handler/recording-url", "/click2call/report-handler",
|
| 60 |
"/login", "/login/", "/register", "/register/", "/forgetPassword", "/forgetPassword/", "/", "",
|
60 |
"/login", "/login/", "/register", "/register/", "/forgetPassword", "/forgetPassword/", "/", "",
|
| 61 |
"/12dashboard34", "/mandii", "/imei/validate", "/fundfina/**", "/virtualaccount/push-credits", "/wa-invoice-send/**", "/wa-listen");
|
61 |
"/12dashboard34", "/mandii", "/imei/validate", "/fundfina/**", "/virtualaccount/push-credits", "/wa-invoice-send/**", "/wa-listen");
|
| 62 |
registry.addInterceptor(postInterceptor).addPathPatterns("/**").excludePathPatterns("/login", "/login/", "/upsellPayment/callback", "/click2call/report-handler/recording-url", "/click2call/report-handler");
|
62 |
registry.addInterceptor(postInterceptor).addPathPatterns("/**").excludePathPatterns("/login", "/login/", "/reports/**", "/upsellPayment/callback", "/click2call/report-handler/recording-url", "/click2call/report-handler");
|
| 63 |
}
|
63 |
}
|
| 64 |
|
64 |
|
| 65 |
@Override
|
65 |
@Override
|
| 66 |
public void addFormatters(FormatterRegistry registry) {
|
66 |
public void addFormatters(FormatterRegistry registry) {
|
| 67 |
DateTimeFormatterRegistrar registrar = new DateTimeFormatterRegistrar();
|
67 |
DateTimeFormatterRegistrar registrar = new DateTimeFormatterRegistrar();
|