Subversion Repositories SmartDukaan

Rev

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

Rev 33784 Rev 35257
Line 90... Line 90...
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
				ProfitMandiConstants.URL_SHOPIFY, "/user/unregistered");
96
 
96
 
97
		registry.addInterceptor(authenticationInterceptor).addPathPatterns("/**")
97
		registry.addInterceptor(authenticationInterceptor).addPathPatterns("/**")
-
 
98
                .excludePathPatterns("/user/unregistered")
98
				.excludePathPatterns(ProfitMandiConstants.URL_ADMIN_TOKEN).excludePathPatterns("/**/swagger*/**")
99
				.excludePathPatterns(ProfitMandiConstants.URL_ADMIN_TOKEN).excludePathPatterns("/**/swagger*/**")
99
				.excludePathPatterns("/v2/**").excludePathPatterns("/document")
100
				.excludePathPatterns("/v2/**").excludePathPatterns("/document")
100
				.excludePathPatterns(ProfitMandiConstants.HOOK_URL_CALLER_ID)
101
				.excludePathPatterns(ProfitMandiConstants.HOOK_URL_CALLER_ID)
101
				.excludePathPatterns(ProfitMandiConstants.URL_SHOPIFY)
102
				.excludePathPatterns(ProfitMandiConstants.URL_SHOPIFY)
102
				.excludePathPatterns("/store/generateInvoice")
103
				.excludePathPatterns("/store/generateInvoice")