|
@@ -47,7 +47,10 @@ public class DefaultWebMvcConfigurerAdapter extends WebMvcConfigurerAdapter {
|
|
|
RegExpUtil.escape("[${app.api.root}]:[/exam/updateExamInfo]:[PUT]"),
|
|
|
RegExpUtil.escape("[${app.api.root}]:[/exam/updateExamStudent]:[PUT]"),
|
|
|
RegExpUtil.escape("[${app.api.root}/exam_student]:[/{id}]:[GET]"),
|
|
|
- RegExpUtil.escape("[${app.api.root}/exam_student]:[/all]:[GET]")};
|
|
|
+ RegExpUtil.escape("[${app.api.root}/exam_student]:[/all]:[GET]"),
|
|
|
+ RegExpUtil.escape("[${app.api.root}/exam_course]:[]:[GET]")
|
|
|
+ //
|
|
|
+ };
|
|
|
return new RequestPermissionInterceptor(redisClient, exclusions) {
|
|
|
|
|
|
@Override
|