We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17a8200 commit c5fd38aCopy full SHA for c5fd38a
script.js
@@ -26,7 +26,7 @@ form.addEventListener("submit", async (e) => {
26
input.value = "";
27
28
try {
29
- const response = await fetch("https://chatproxy2-f5hygzgbckapejcu.francecentral-01.azurewebsites.net/api/chatproxy2, {
+ const response = await fetch("https://chatproxy2-f5hygzgbckapejcu.francecentral-01.azurewebsites.net/api/chatproxy2", {
30
method: "POST",
31
headers: {
32
"Content-Type": "application/json"
0 commit comments