Skip to content

Commit

Permalink
Adding debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
COMTOP1 committed Jan 20, 2025
1 parent 0bf3ded commit 9e8202e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions controllers/v1/stream/stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ func _handleSRSPublish(c echo.Context) (string, string, string, string, error) {

func _handleNginxPublish(c echo.Context) (string, string, string, string) {
var application, name, pwd, action string
params, err := c.FormParams()
fmt.Printf("%#v\n%v\n", params, err)
application = c.FormValue("app")
name = c.FormValue("name")
pwd = c.FormValue("pwd")
Expand Down

0 comments on commit 9e8202e

Please sign in to comment.