Skip to content

Commit c5fd38a

Browse files
authored
Update script.js
1 parent 17a8200 commit c5fd38a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ form.addEventListener("submit", async (e) => {
2626
input.value = "";
2727

2828
try {
29-
const response = await fetch("https://chatproxy2-f5hygzgbckapejcu.francecentral-01.azurewebsites.net/api/chatproxy2, {
29+
const response = await fetch("https://chatproxy2-f5hygzgbckapejcu.francecentral-01.azurewebsites.net/api/chatproxy2", {
3030
method: "POST",
3131
headers: {
3232
"Content-Type": "application/json"

0 commit comments

Comments
 (0)