change baseUrl
This commit is contained in:
+1
-1
@@ -257,7 +257,7 @@
|
||||
const formData = new FormData();
|
||||
formData.append('image', imageFile);
|
||||
|
||||
fetch('http://localhost:5000/', {
|
||||
fetch('https://img-resize-xxx.herokuapp.com/', {
|
||||
method: 'POST',
|
||||
headers: {},
|
||||
body: formData,
|
||||
|
||||
Reference in New Issue
Block a user