Skip to content

Commit

Permalink
fix: log
Browse files Browse the repository at this point in the history
  • Loading branch information
deanxv committed Dec 25, 2024
1 parent f0dbcc8 commit 767879e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controller/chat.go
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,7 @@ func makeRequest(client cycletls.CycleTLS, jsonData []byte, cookie string, isStr
Body: string(jsonData),
Method: "POST",
Headers: map[string]string{
"User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36",
"Content-Type": "application/json",
"Accept": accept,
"Origin": baseURL,
Expand Down

0 comments on commit 767879e

Please sign in to comment.