@@ -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 {