| Line 53... |
Line 53... |
| 53 |
// registry.addInterceptor()
|
53 |
// registry.addInterceptor()
|
| 54 |
registry.addInterceptor(localeChangeInterceptor());
|
54 |
registry.addInterceptor(localeChangeInterceptor());
|
| 55 |
registry.addInterceptor(authenticationInterceptor).addPathPatterns("/**").excludePathPatterns("/hdfctest/**",
|
55 |
registry.addInterceptor(authenticationInterceptor).addPathPatterns("/**").excludePathPatterns("/hdfctest/**",
|
| 56 |
"/hdfc/**", "/spicemoney/callback", "/login", "/login/", "/forgetPassword", "/forgetPassword/", "/",
|
56 |
"/hdfc/**", "/spicemoney/callback", "/login", "/login/", "/forgetPassword", "/forgetPassword/", "/",
|
| 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", "/click2call/push-call-log-handler", "/wa-listen", "/upsellPayment/callback");
|
58 |
"/click2call/report-handler", "/click2call/report-handler/recording-url", "/click2call/push-call-log-handler", "/wa-listen", "/upsellPayment/callback", "/sales/logix");
|
| 59 |
registry.addInterceptor(roleInterceptor).excludePathPatterns("/hdfctest/**", "/hdfc/**", "/spicemoney/callback", "/upsellPayment/callback", "/click2call/report-handler/recording-url", "/click2call/push-call-log-handler", "/click2call/report-handler",
|
59 |
registry.addInterceptor(roleInterceptor).excludePathPatterns("/hdfctest/**", "/hdfc/**", "/spicemoney/callback", "/upsellPayment/callback", "/click2call/report-handler/recording-url", "/click2call/push-call-log-handler", "/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","/sendInvoiceOnWhatsApp");
|
61 |
"/12dashboard34", "/mandii", "/imei/validate", "/fundfina/**", "/virtualaccount/push-credits", "/wa-invoice-send/**", "/wa-listen", "/sendInvoiceOnWhatsApp", "/sales/logix");
|
| 62 |
registry.addInterceptor(postInterceptor).addPathPatterns("/**").excludePathPatterns("/reports/**", "/hdfctest/**",
|
62 |
registry.addInterceptor(postInterceptor).addPathPatterns("/**").excludePathPatterns("/reports/**", "/hdfctest/**",
|
| 63 |
"/hdfc/**", "/spicemoney/callback", "/login", "/login/", "/forgetPassword", "/forgetPassword/", "/", "/checkplans", "/12dashboard34", "/mandii", "/imei/validate", "/fundfina/**", "/virtualaccount/push-credits", "/wa-invoice-send/**",
|
63 |
"/hdfc/**", "/spicemoney/callback", "/login", "/login/", "/forgetPassword", "/forgetPassword/", "/", "/checkplans", "/12dashboard34", "/mandii", "/imei/validate", "/fundfina/**", "/virtualaccount/push-credits", "/wa-invoice-send/**",
|
| 64 |
"/click2call/report-handler", "/click2call/report-handler/recording-url", "/click2call/push-call-log-handler", "/wa-listen", "/upsellPayment/callback");
|
64 |
"/click2call/report-handler", "/click2call/report-handler/recording-url", "/click2call/push-call-log-handler", "/wa-listen", "/upsellPayment/callback", "/sales/logix");
|
| 65 |
}
|
65 |
}
|
| 66 |
|
66 |
|
| 67 |
@Override
|
67 |
@Override
|
| 68 |
public void addFormatters(FormatterRegistry registry) {
|
68 |
public void addFormatters(FormatterRegistry registry) {
|
| 69 |
DateTimeFormatterRegistrar registrar = new DateTimeFormatterRegistrar();
|
69 |
DateTimeFormatterRegistrar registrar = new DateTimeFormatterRegistrar();
|