Compare commits

..

2 Commits

Author SHA1 Message Date
junleea 2345387422 Merge branch 'refs/heads/feat-video-stream' 2024-12-26 13:50:26 +08:00
junleea 8214806a2f 添加视频流接口 2024-12-26 13:50:21 +08:00
1 changed files with 1 additions and 1 deletions

View File

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