wangwei před 7 roky
rodič
revize
e1408ad2dc

+ 1 - 1
examcloud-core-basic-api-provider/src/main/java/cn/com/qmth/examcloud/core/basic/api/provider/StudentFaceCloudServiceProvider.java

@@ -19,7 +19,7 @@ import cn.com.qmth.examcloud.core.basic.dao.entity.StudentFaceInfo;
 import io.swagger.annotations.ApiOperation;
 
 @RestController
-@RequestMapping("${$rmp.cloud.basic}" + "demo")
+@RequestMapping("${$rmp.cloud.basic}" + "studentFace")
 public class StudentFaceCloudServiceProvider extends ControllerSupport
 		implements
 			StudentFaceCloudService {