|
@@ -437,7 +437,7 @@ public class ExamController extends ControllerSupport {
|
|
|
}
|
|
|
|
|
|
@ApiOperation(value = "考试IP限制", notes = "")
|
|
|
- @PostMapping("ipLimit/{examId}")
|
|
|
+ @GetMapping("ipLimit/{examId}")
|
|
|
public Map<String, Object> ipLimit(HttpServletRequest request, @PathVariable Long examId) {
|
|
|
Exam exam = examRepo.findOne(examId);
|
|
|
if (null == exam) {
|