|
@@ -49,7 +49,8 @@ public class DefaultWebMvcConfigurerAdapter extends WebMvcConfigurerAdapter {
|
|
RegExpUtil.escape("[${app.api.root}/org]:[/all]:[GET]"),
|
|
RegExpUtil.escape("[${app.api.root}/org]:[/all]:[GET]"),
|
|
RegExpUtil.escape("[${app.api.root}/student]:[/{id}]:[GET]"),
|
|
RegExpUtil.escape("[${app.api.root}/student]:[/{id}]:[GET]"),
|
|
RegExpUtil.escape("[${app.api.root}/studentFaceInfo]:[/identityNumber]:[GET]"),
|
|
RegExpUtil.escape("[${app.api.root}/studentFaceInfo]:[/identityNumber]:[GET]"),
|
|
- RegExpUtil.escape("[${app.api.root}/user]:[/{id}]:[GET]")};
|
|
|
|
|
|
+ RegExpUtil.escape("[${app.api.root}/user]:[/{id}]:[GET]"),
|
|
|
|
+ RegExpUtil.escape("[${app.api.root}/org]:[/logo]:[GET]")};
|
|
|
|
|
|
return new RequestPermissionInterceptor(redisClient, exclusions) {
|
|
return new RequestPermissionInterceptor(redisClient, exclusions) {
|
|
|
|
|