From 5e664037b47b68b1ba28e07cefcfcec2795fbeed Mon Sep 17 00:00:00 2001 From: sunty <1172534965@qq.com> Date: 星期一, 22 七月 2019 14:20:22 +0800 Subject: [PATCH] add initForCaptureData controller add initForMonitoringData controller fix capture fix monitoring --- router/router.go | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/router/router.go b/router/router.go index eaf01c5..f42cbc6 100644 --- a/router/router.go +++ b/router/router.go @@ -137,7 +137,8 @@ { realTime.POST("/capture", realTimeController.PostCapture) realTime.POST("/monitoring", realTimeController.PostMonitoring) - realTime.POST("/action", realTimeController.PostAction) + realTime.POST("/initForCaptureData", realTimeController.InitForCaptureData) + realTime.POST("/initForMonitoringData", realTimeController.InitForMonitoringData) } //搴曞簱 鎿嶄綔 vdbtable := r.Group(urlPrefix + "/dbtable") -- Gitblit v1.8.0