Skip to content

Commit

Permalink
update: package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Anotherafael committed May 17, 2024
1 parent 5194ed8 commit 23aac5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"web-vitals": "^1.1.2"
},
"scripts": {
"start": "SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts start",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
Expand Down
1 change: 0 additions & 1 deletion frontend/src/js/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ export const ImageUpload = () => {
url: process.env.REACT_APP_CLOUD_URL,
data: formData,
headers: {
"Content-Type": "multipart/form-data",
"Access-Control-Allow-Origin": "*",
},
});
Expand Down

0 comments on commit 23aac5b

Please sign in to comment.