LAPTOP-KB9HII50\70708 2 gadi atpakaļ
vecāks
revīzija
d43f726428

+ 1 - 1
svr/svr-iot/src/main/java/com/yihu/iot/controller/monitorPlatform/MonitorPlatformController.java

@ -36,7 +36,7 @@ import java.util.*;
 * Created by yeshijie on 2020/5/11.
 */
@RestController
@RequestMapping(IotRequestMapping.Common.monitorPlatform)
@RequestMapping("svr-iot/monitorPlatform")
@Api(tags = "健康监测平台相关操作", description = "大屏数据相关操作")
public class MonitorPlatformController extends EnvelopRestEndpoint {