diff --git a/frontend/src/Component/imageToBackend.js b/frontend/src/Component/imageToBackend.js index 487c7ab9..9bd6b3d9 100644 --- a/frontend/src/Component/imageToBackend.js +++ b/frontend/src/Component/imageToBackend.js @@ -42,7 +42,8 @@ function ImagetoBackend({ onImageUpload }) { formData.append("multipartFile", selectedFile); $.ajax({ - url: "http://localhost:8080/api/image", + //url: "http://localhost:8080/api/image", + url: "http://sharenote.shop/api/image", type: "POST", data: formData, processData: false,