From 87b6d9f106fdc68bace2a1cf4c2f79432193d4ed Mon Sep 17 00:00:00 2001 From: Mushoffa Date: Wed, 10 Jul 2024 01:14:56 +0700 Subject: [PATCH] Update client.go --- http/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/client.go b/http/client.go index 33f7698..c0d0835 100644 --- a/http/client.go +++ b/http/client.go @@ -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