Commit
·
8ed8aa4
1
Parent(s):
535d8e3
Update script.js
Browse files
script.js
CHANGED
@@ -81,7 +81,7 @@ document.addEventListener("DOMContentLoaded", () => {
|
|
81 |
}
|
82 |
function sendAudioToServer(audioBase64) {
|
83 |
fetch(
|
84 |
-
"https://
|
85 |
{
|
86 |
method: "POST",
|
87 |
headers: { "Content-Type": "text/plain" },
|
|
|
81 |
}
|
82 |
function sendAudioToServer(audioBase64) {
|
83 |
fetch(
|
84 |
+
"https://wnuy6xzt3e.execute-api.eu-central-1.amazonaws.com/Prod/sts/question",
|
85 |
{
|
86 |
method: "POST",
|
87 |
headers: { "Content-Type": "text/plain" },
|