| Line 9... |
Line 9... |
| 9 |
import org.springframework.web.servlet.config.annotation.InterceptorRegistry;
|
9 |
import org.springframework.web.servlet.config.annotation.InterceptorRegistry;
|
| 10 |
import org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry;
|
10 |
import org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry;
|
| 11 |
import org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter;
|
11 |
import org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter;
|
| 12 |
|
12 |
|
| 13 |
import com.spice.profitmandi.common.model.ProfitMandiConstants;
|
13 |
import com.spice.profitmandi.common.model.ProfitMandiConstants;
|
| 14 |
import com.spice.profitmandi.common.web.interceptor.AuthenticationInterceptor;
|
- |
|
| 15 |
import com.spice.profitmandi.common.web.interceptor.SimpleCORSInterceptor;
|
14 |
import com.spice.profitmandi.common.web.interceptor.SimpleCORSInterceptor;
|
| 16 |
import com.spice.profitmandi.web.interceptor.ApiRequestInterceptor;
|
15 |
import com.spice.profitmandi.web.interceptor.ApiRequestInterceptor;
|
| - |
|
16 |
import com.spice.profitmandi.web.interceptor.AuthenticationInterceptor;
|
| 17 |
import com.spice.profitmandi.web.interceptor.CreateRetailerRequestInterceptor;
|
17 |
import com.spice.profitmandi.web.interceptor.CreateRetailerRequestInterceptor;
|
| 18 |
import com.spice.profitmandi.web.interceptor.CreateShopRequestInterceptor;
|
18 |
import com.spice.profitmandi.web.interceptor.CreateShopRequestInterceptor;
|
| 19 |
import com.spice.profitmandi.web.interceptor.CreateUserRequestInterceptor;
|
19 |
import com.spice.profitmandi.web.interceptor.CreateUserRequestInterceptor;
|
| 20 |
import com.spice.profitmandi.web.interceptor.GoogleLoginRequestInterceptor;
|
20 |
import com.spice.profitmandi.web.interceptor.GoogleLoginRequestInterceptor;
|
| 21 |
import com.spice.profitmandi.web.interceptor.RoleRequestInterceptor;
|
21 |
import com.spice.profitmandi.web.interceptor.RoleRequestInterceptor;
|