diff --git a/.gitignore b/.gitignore index 3ef0b03..70878cd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules .env -*/*.db \ No newline at end of file +*/*.db +data/ebay_items.db diff --git a/public/index.html b/public/index.html index ad1cfb8..45e46a5 100644 --- a/public/index.html +++ b/public/index.html @@ -405,8 +405,8 @@ let currentProfileId = null; let items = []; let isScanning = false; - const API_URL = "http://localhost:4000" - // const API_URL = "https://logs1.danielvu.com/ebay-price-check" + // const API_URL = "http://localhost:4000" + const API_URL = "https://logs1.danielvu.com/ebay-price-check" const fmat = (v) => new Intl.NumberFormat('en-US', { style: 'currency', currency: 'USD' }).format(v || 0); async function init() {