Subversion Repositories SmartDukaan

Rev

Rev 33768 | Rev 35257 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 33768 Rev 33784
Line 89... Line 89...
89
				ProfitMandiConstants.URL_CCAVENUE_PAY_RESPONSE, ProfitMandiConstants.URL_CCAVENUE_PAY_CANCELLED,
89
				ProfitMandiConstants.URL_CCAVENUE_PAY_RESPONSE, ProfitMandiConstants.URL_CCAVENUE_PAY_CANCELLED,
90
				ProfitMandiConstants.URL_PINELABS_PAY_RESPONSE, ProfitMandiConstants.URL_LOAN_CCAVENUE_PAY_CANCELLED,
90
				ProfitMandiConstants.URL_PINELABS_PAY_RESPONSE, ProfitMandiConstants.URL_LOAN_CCAVENUE_PAY_CANCELLED,
91
				ProfitMandiConstants.URL_LOAN_CCAVENUE_PAY_RESPONSE,
91
				ProfitMandiConstants.URL_LOAN_CCAVENUE_PAY_RESPONSE,
92
				ProfitMandiConstants.URL_POST_OFFICE,
92
				ProfitMandiConstants.URL_POST_OFFICE,
93
				ProfitMandiConstants.HOOK_URL_CALLER_ID,
93
				ProfitMandiConstants.HOOK_URL_CALLER_ID,
94
				ProfitMandiConstants.URL_NEW_LEAD);
94
				ProfitMandiConstants.URL_NEW_LEAD,
-
 
95
				ProfitMandiConstants.URL_SHOPIFY);
95
 
96
 
96
		registry.addInterceptor(authenticationInterceptor).addPathPatterns("/**")
97
		registry.addInterceptor(authenticationInterceptor).addPathPatterns("/**")
97
				.excludePathPatterns(ProfitMandiConstants.URL_ADMIN_TOKEN).excludePathPatterns("/**/swagger*/**")
98
				.excludePathPatterns(ProfitMandiConstants.URL_ADMIN_TOKEN).excludePathPatterns("/**/swagger*/**")
98
				.excludePathPatterns("/v2/**").excludePathPatterns("/document")
99
				.excludePathPatterns("/v2/**").excludePathPatterns("/document")
99
				.excludePathPatterns(ProfitMandiConstants.HOOK_URL_CALLER_ID)
100
				.excludePathPatterns(ProfitMandiConstants.HOOK_URL_CALLER_ID)
-
 
101
				.excludePathPatterns(ProfitMandiConstants.URL_SHOPIFY)
100
				.excludePathPatterns("/store/generateInvoice")
102
				.excludePathPatterns("/store/generateInvoice")
101
				.excludePathPatterns(ProfitMandiConstants.URL_USER_GOOGLE_LOGIN,
103
				.excludePathPatterns(ProfitMandiConstants.URL_USER_GOOGLE_LOGIN,
102
						ProfitMandiConstants.URL_USER_GOOGLE_LOGIN + "/", ProfitMandiConstants.URL_VERIFY_OTP)
104
						ProfitMandiConstants.URL_USER_GOOGLE_LOGIN + "/", ProfitMandiConstants.URL_VERIFY_OTP)
103
				.excludePathPatterns("/store/token").excludePathPatterns("/gc/**").excludePathPatterns("/stores/**");
105
				.excludePathPatterns("/store/token").excludePathPatterns("/gc/**").excludePathPatterns("/stores/**");
104
 
106