Merge branch 'refs/heads/feat-video-stream'
This commit is contained in:
commit
2345387422
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue