wangwei 6 жил өмнө
parent
commit
02612c78bd

+ 1 - 1
examcloud-core-examwork-api-provider/src/main/java/cn/com/qmth/examcloud/core/examwork/api/provider/HandleSyncCloudServiceProvider.java

@@ -30,7 +30,7 @@ import io.swagger.annotations.ApiOperation;
  */
 @Transactional
 @RestController
-@RequestMapping("${$rmp.cloud.examwork}" + "sync")
+@RequestMapping("${$rmp.cloud.examwork}" + "dataSync")
 public class HandleSyncCloudServiceProvider extends ControllerSupport
 		implements
 			HandleSyncCloudService {