Skip to content

Commit a850cdf

Browse files
authored
Update integration.js
Updated
1 parent 52eaa79 commit a850cdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Base URL of the Flask API
2-
const API_BASE_URL = "http://127.0.0.1:5000/api";
1+
// Base URL of the Azure WebApp API
2+
const API_BASE_URL = "https://agochatbot.azurewebsites.net";
33

44
// Send sustainability goal choice to the backend
55
async function setSustainabilityGoal(choice) {

0 commit comments

Comments
 (0)