diff --git a/onlylegs/static/js/uploadTab.js b/onlylegs/static/js/uploadTab.js index 1769fec..a27e57f 100644 --- a/onlylegs/static/js/uploadTab.js +++ b/onlylegs/static/js/uploadTab.js @@ -276,12 +276,14 @@ document.addEventListener('DOMContentLoaded', () => { // }); - fetch('/api/upload', { + fetch('/api/media/upload', { method: 'POST', body: formData }) // .then(response => response.json()) - .then(data => { addNotification("Image uploaded successfully", 1); }) + .then(data => { + addNotification("Image uploaded successfully", 1); + }) .catch(error => { switch (response.status) { case 500: @@ -303,7 +305,6 @@ document.addEventListener('DOMContentLoaded', () => { } }); - clearUpload(); // Reset drop