diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/script.js b/script.js index ee868fb..5a5169f 100644 --- a/script.js +++ b/script.js @@ -12,7 +12,7 @@ document.getElementById('uploadForm').addEventListener('submit', async function formData.append('image', imageInput); try { - const response = await fetch('https://dev.nevets.tech/igformatter/upload', { + const response = await fetch('https://api.nevets.tech/igformatter/upload', { method: 'POST', body: formData });