Skip to content

Commit

Permalink
feat : 이미지 업로드 배포용
Browse files Browse the repository at this point in the history
  • Loading branch information
Doncham committed Mar 19, 2024
1 parent 81d821e commit d152809
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/Component/imageToBackend.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d152809

Please sign in to comment.