Skip to content

Commit

Permalink
Update client.go
Browse files Browse the repository at this point in the history
  • Loading branch information
mushoffa authored Jul 9, 2024
1 parent 5bcb3d3 commit 87b6d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func (c *HttpClient) Post(url string, jsonData interface{}, headers http1.Header
}

agent := request.Post(url)
agent.Header.Add("Content-Type", "application/json")
//agent.Header.Add("Content-Type", "application/json")

if headers != nil {
//agent.Header = headers
Expand Down

0 comments on commit 87b6d9f

Please sign in to comment.