Claude commited on
Commit
4c05cc0
·
unverified ·
1 Parent(s): 2e17793

Connect frontend to Render.com backend API

Browse files
Files changed (1) hide show
  1. docs/index.html +2 -2
docs/index.html CHANGED
@@ -264,8 +264,8 @@
264
  document.getElementById('question').value = text;
265
  }
266
 
267
- // 백엔드 API URL (배포 후 업데이트 필요)
268
- const API_BASE_URL = 'YOUR_RENDER_URL_HERE'; // 예: https://financial-rag-api-xxxx.onrender.com
269
 
270
  async function submitQuestion() {
271
  const question = document.getElementById('question').value.trim();
 
264
  document.getElementById('question').value = text;
265
  }
266
 
267
+ // 백엔드 API URL
268
+ const API_BASE_URL = 'https://hallucination-and-deception-for.onrender.com';
269
 
270
  async function submitQuestion() {
271
  const question = document.getElementById('question').value.trim();