Skip to content

Commit b14d30f

Browse files
Update index.html
1 parent df1d7ea commit b14d30f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h3>Forecasted Values</h3>
2929
</form>
3030

3131
<script>
32-
const backendUrl = 'http://18.118.126.228';
32+
const backendUrl = 'https://ai-dslab-backend-cpf2feachnetbbck.westus-01.azurewebsites.net';
3333

3434
document.getElementById('uploadForm').addEventListener('submit', async function (e) {
3535
e.preventDefault();

0 commit comments

Comments
 (0)