Skip to content

Commit

Permalink
Merge pull request #2 from rdeepc/develop
Browse files Browse the repository at this point in the history
Final Verson V1
  • Loading branch information
rdeepc authored Mar 8, 2020
2 parents 7f9ab3f + aaa064a commit 329a7b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"proxy": "https://agrgb.herokuapp.com"
}
}

2 changes: 1 addition & 1 deletion src/components/Detector/Detector.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const Detector = () => {
if(getImage) {
const data = new FormData()
data.append("image", getFile)
fetch("/api/detect", {
fetch("https://agrgb-rest.herokuapp.com/api/detect", {
method: 'POST',
body: data
})
Expand Down

0 comments on commit 329a7b3

Please sign in to comment.