@@ -357,9 +357,8 @@ export default {
let faceLiveness = null;
try {
faceLiveness = await this.$http.get(
- "/api/ecs_exam_work/exam/getExamPropertyFromCacheByStudentSession/" +
- course.examId +
- `/IS_FACE_VERIFY`
+ "/api/ecs_exam_work/exam/identificationOfLivingEnabled/" +
+ course.examId
);
} catch (error) {
this.spinShow = false;