소스 검색

。。。。

wangwei 7 년 전
부모
커밋
99abaff924
1개의 변경된 파일6개의 추가작업 그리고 4개의 파일을 삭제
  1. 6 4
      examcloud-core-examwork-starter/src/main/resources/security-exclusions.conf

+ 6 - 4
examcloud-core-examwork-starter/src/main/resources/security-exclusions.conf

@@ -1,9 +1,11 @@
-[${$rmp.ctr.examwork}][/exam/{id}][GET]
-[${$rmp.ctr.examwork}][/exam/canNotDel/{id}][PUT]
-[${$rmp.ctr.examwork}][/exam/updateExamInfo][PUT]
-[${$rmp.ctr.examwork}][/exam/updateExamStudent][PUT]
+[${$rmp.ctr.examwork}/exam][{id}][GET]
+[${$rmp.ctr.examwork}/exam][canNotDel/{id}][PUT]
+[${$rmp.ctr.examwork}/exam][updateExamInfo][PUT]
+[${$rmp.ctr.examwork}/exam][updateExamStudent][PUT]
 [${$rmp.ctr.examwork}/exam_student][/{id}][GET]
 [${$rmp.ctr.examwork}/exam_student][/all][GET]
 [${$rmp.ctr.examwork}/exam_course][][GET]
 [${$rmp.ctr.examwork}/exam_course][/marking][GET]
 [${$rmp.ctr.examwork}/exam_student][/download][GET]
+
+