WANG 6 년 전
부모
커밋
651158e334
1개의 변경된 파일8개의 추가작업 그리고 5개의 파일을 삭제
  1. 8 5
      examcloud-core-examwork-starter/src/main/resources/security.properties

+ 8 - 5
examcloud-core-examwork-starter/src/main/resources/security.properties

@@ -1,5 +1,8 @@
-[s][${$rmp.ctr.examwork}/exam][queryByNameLike][GET]=true
-[s][${$rmp.ctr.examwork}/exam][{examId}][GET]=true
-[s][${$rmp.ctr.examwork}/exam][examOrgProperty/{examId}/{key}][GET]=true
-[s][${$rmp.ctr.examwork}/exam][ipLimit/{examId}][GET]=true
-
+[s][${$rmp.ctr.examwork}/exam][queryByNameLike][GET]=true
+[s][${$rmp.ctr.examwork}/exam][{examId}][GET]=true
+[s][${$rmp.ctr.examwork}/exam][examOrgProperty/{examId}/{key}][GET]=true
+[s][${$rmp.ctr.examwork}/exam][ipLimit/{examId}][GET]=true
+
+[s][${$rmp.ctr.examwork}/exam_student][specialtyNameList/{studentId}][GET]=true
+[s][${$rmp.ctr.examwork}/exam_student][courseLevelList/{studentId}][GET]=true
+