| Line 74... |
Line 74... |
| 74 |
registry.addInterceptor(authenticationInterceptor).addPathPatterns("/**")
|
74 |
registry.addInterceptor(authenticationInterceptor).addPathPatterns("/**")
|
| 75 |
.excludePathPatterns(ProfitMandiConstants.URL_ADMIN_TOKEN).excludePathPatterns("/**/swagger*/**")
|
75 |
.excludePathPatterns(ProfitMandiConstants.URL_ADMIN_TOKEN).excludePathPatterns("/**/swagger*/**")
|
| 76 |
.excludePathPatterns("/v2/**").excludePathPatterns("/document")
|
76 |
.excludePathPatterns("/v2/**").excludePathPatterns("/document")
|
| 77 |
.excludePathPatterns(ProfitMandiConstants.URL_USER_GOOGLE_LOGIN,
|
77 |
.excludePathPatterns(ProfitMandiConstants.URL_USER_GOOGLE_LOGIN,
|
| 78 |
ProfitMandiConstants.URL_USER_GOOGLE_LOGIN + "/", ProfitMandiConstants.URL_VERIFY_OTP)
|
78 |
ProfitMandiConstants.URL_USER_GOOGLE_LOGIN + "/", ProfitMandiConstants.URL_VERIFY_OTP)
|
| 79 |
.excludePathPatterns("/store/token").excludePathPatterns("/gc/**");
|
79 |
.excludePathPatterns("/store/token").excludePathPatterns("/gc/**")
|
| - |
|
80 |
.excludePathPatterns("/stores/**");
|
| 80 |
|
81 |
|
| 81 |
// registry to check api access on basis of UserInfo
|
82 |
// registry to check api access on basis of UserInfo
|
| 82 |
}
|
83 |
}
|
| 83 |
|
84 |
|
| 84 |
@Override
|
85 |
@Override
|