Skip to content

Commit

Permalink
fix push.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Jan 25, 2023
1 parent 1581c96 commit 8511955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovenmedia/push.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func (o *OvenMedia) StartPush(vHost string, appName string, body interface{}) (*
}


func (o *OvenMedia) StopPush(vHost string, appName string, body interface{}) (*resty.Response, error)
func (o *OvenMedia) StopPush(vHost string, appName string, body interface{}) (*resty.Response, error){
//
resp, err := o.RestyPost(GET_VHOSTS_STOP_BY_NAME(vHost, appName), body)
if err != nil {
Expand Down

0 comments on commit 8511955

Please sign in to comment.