Skip to content

Commit

Permalink
Update trade_gpt.html
Browse files Browse the repository at this point in the history
  • Loading branch information
alanbarret authored Nov 28, 2023
1 parent ded8e69 commit e868299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trade_gpt.html
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ <h1>Trade GPT Chatbot</h1>

addLoader();

fetch(" https://v1.test.socket.araby.ai/demo/gpt-trade", requestOptions)
fetch("https://v1.test.socket.araby.ai/demo/gpt-trade", requestOptions)
.then((response) => response.json())
.then((result) => {
removeLoader();
Expand Down

0 comments on commit e868299

Please sign in to comment.