浏览代码

。。。

wangwei 7 年之前
父节点
当前提交
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;
 import io.swagger.annotations.ApiOperation;
 
 
 @RestController
 @RestController
-@RequestMapping("${$rmp.cloud.basic}" + "demo")
+@RequestMapping("${$rmp.cloud.basic}" + "studentFace")
 public class StudentFaceCloudServiceProvider extends ControllerSupport
 public class StudentFaceCloudServiceProvider extends ControllerSupport
 		implements
 		implements
 			StudentFaceCloudService {
 			StudentFaceCloudService {