Skip to content

Commit

Permalink
adapters.feedad: MakeRequests: Use http.MethodPost
Browse files Browse the repository at this point in the history
  • Loading branch information
andwun committed Jan 29, 2025
1 parent acb6af1 commit 770ffd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapters/feedad/feedad.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func (a *adapter) MakeRequests(request *openrtb2.BidRequest, reqInfo *adapters.E
}

requestData := &adapters.RequestData{
Method: "POST",
Method: http.MethodPost,
Uri: a.endpoint,
Body: requestBody,
Headers: getHeaders(request),
Expand Down

0 comments on commit 770ffd8

Please sign in to comment.