From 8214806a2ff89efba12f7ac3b4ca4abeb8cad673 Mon Sep 17 00:00:00 2001 From: junleea <354425203@qq.com> Date: Thu, 26 Dec 2024 13:50:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=A7=86=E9=A2=91=E6=B5=81?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- handler/device.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handler/device.go b/handler/device.go index a072c44..76eda44 100644 --- a/handler/device.go +++ b/handler/device.go @@ -62,7 +62,7 @@ func SetUpDeviceGroup(router *gin.Engine) { deviceGroup.POST("/update_device", UpdateDevice) deviceGroup.POST("/delete_device", DeleteDevice) deviceGroup.GET("/get_real_time_image", GetRealTimeImage) - deviceGroup.POST("/video_feed", VideoFeed) + deviceGroup.GET("/video_feed", VideoFeed) } func DeleteDevice(c *gin.Context) {