Subversion Repositories SmartDukaan

Rev

Rev 36957 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 36957 Rev 36963
Line 103... Line 103...
103
				.excludePathPatterns("/store/generateInvoice")
103
				.excludePathPatterns("/store/generateInvoice")
104
				.excludePathPatterns(ProfitMandiConstants.URL_USER_GOOGLE_LOGIN,
104
				.excludePathPatterns(ProfitMandiConstants.URL_USER_GOOGLE_LOGIN,
105
					ProfitMandiConstants.URL_USER_GOOGLE_LOGIN + "/", ProfitMandiConstants.URL_VERIFY_OTP)
105
					ProfitMandiConstants.URL_USER_GOOGLE_LOGIN + "/", ProfitMandiConstants.URL_VERIFY_OTP)
106
				.excludePathPatterns("/store/token").excludePathPatterns("/gc/**").excludePathPatterns("/stores/**")
106
				.excludePathPatterns("/store/token").excludePathPatterns("/gc/**").excludePathPatterns("/stores/**")
107
				.excludePathPatterns(ProfitMandiConstants.URL_AI_LEAD_INTAKE)
107
				.excludePathPatterns(ProfitMandiConstants.URL_AI_LEAD_INTAKE)
108
				.excludePathPatterns("/v2/api-docs/**");
108
				.excludePathPatterns("/v2/api-docs/**")
-
 
109
				.excludePathPatterns("/cpass-test/**", "/cpass/wa-listen");
109
 
110
 
110
		// registry to check api access on basis of UserInfo
111
		// registry to check api access on basis of UserInfo
111
	}
112
	}
112
 
113
 
113
	@Override
114
	@Override