update api to empty value
This commit is contained in:
parent
5828f03c5c
commit
3497fcd003
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
const API = 'http://localhost:8000';
|
||||
const API = '';
|
||||
|
||||
const urlInput = document.getElementById('url-input');
|
||||
const clearBtn = document.getElementById('clear-btn');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue