Subversion Repositories SmartDukaan

Rev

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

Rev 36353 Rev 36957
Line 102... Line 102...
102
				.excludePathPatterns(ProfitMandiConstants.URL_SHOPIFY)
102
				.excludePathPatterns(ProfitMandiConstants.URL_SHOPIFY)
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("/v2/api-docs/**");
108
				.excludePathPatterns("/v2/api-docs/**");
108
 
109
 
109
		// registry to check api access on basis of UserInfo
110
		// registry to check api access on basis of UserInfo
110
	}
111
	}
111
 
112