We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52eaa79 commit a850cdfCopy full SHA for a850cdf
integration.js
@@ -1,5 +1,5 @@
1
-// Base URL of the Flask API
2
-const API_BASE_URL = "http://127.0.0.1:5000/api";
+// Base URL of the Azure WebApp API
+const API_BASE_URL = "https://agochatbot.azurewebsites.net";
3
4
// Send sustainability goal choice to the backend
5
async function setSustainabilityGoal(choice) {
0 commit comments