codewithharsha commited on
Commit
7485d6e
·
verified ·
1 Parent(s): b43e68b

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -88,7 +88,7 @@
88
 
89
  // --- API Configuration ---
90
  // Pointing to our local Flask server
91
- const API_ENDPOINT = 'http://127.0.0.1:5000/chat';
92
 
93
  // --- Speech Recognition Setup (English Only) ---
94
  const SpeechRecognition = window.SpeechRecognition || window.webkitSpeechRecognition;
 
88
 
89
  // --- API Configuration ---
90
  // Pointing to our local Flask server
91
+ const API_ENDPOINT = '/chat';
92
 
93
  // --- Speech Recognition Setup (English Only) ---
94
  const SpeechRecognition = window.SpeechRecognition || window.webkitSpeechRecognition;