1
0
Fork 0

update api to empty value

This commit is contained in:
Samive 2026-04-08 10:09:14 +08:00
commit 3497fcd003

View file

@ -1,4 +1,4 @@
const API = 'http://localhost:8000';
const API = '';
const urlInput = document.getElementById('url-input');
const clearBtn = document.getElementById('clear-btn');