Spaces:
Sleeping
Sleeping
Claude commited on
Connect frontend to Render.com backend API
Browse files- 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 = '
|
| 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();
|