Skip to content

Commit 1232854

Browse files
Update index.html
1 parent efbad9d commit 1232854

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h3>📊 Plot:</h3>
4141
formData.append('file', document.getElementById('fileInput').files[0]);
4242

4343
try {
44-
const response = await fetch('/upload', {
44+
const response = await fetch('https://ai-dslab-backend-cpf2feachnetbbck.westus-01.azurewebsites.net/upload', {
4545
method: 'POST',
4646
body: formData
4747
});
@@ -74,7 +74,7 @@ <h3>📊 Plot:</h3>
7474
formData.append('future_x', futureX);
7575

7676
try {
77-
const response = await fetch('/predict', {
77+
const response = await fetch('https://ai-dslab-backend-cpf2feachnetbbck.westus-01.azurewebsites.net/predict', {
7878
method: 'POST',
7979
body: formData
8080
});

0 commit comments

Comments
 (0)