We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4270df7 + 5c525a9 commit 581043cCopy full SHA for 581043c
1 file changed
utils/recording.go
@@ -19,7 +19,7 @@ func PushRecording(data string) {
19
log.Println(err)
20
}
21
22
- recording := []byte(`{"spendy_host":"` + hostname + `","data":"` + data + `"}`)
+ recording := []byte(data)
23
var url string = "https://" + RecordingUrl + "/recording/" + hostname
24
25
r, err := http.NewRequest("POST", url, bytes.NewBuffer(recording))
0 commit comments