From 3497fcd0037afe16b50e3396c991428e060341ae Mon Sep 17 00:00:00 2001 From: Samive Date: Wed, 8 Apr 2026 10:09:14 +0800 Subject: [PATCH] update api to empty value --- web/frontend/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/frontend/app.js b/web/frontend/app.js index 8b7fe2780..cd35afd0b 100644 --- a/web/frontend/app.js +++ b/web/frontend/app.js @@ -1,4 +1,4 @@ -const API = 'http://localhost:8000'; +const API = ''; const urlInput = document.getElementById('url-input'); const clearBtn = document.getElementById('clear-btn');