Skip to content

Commit

Permalink
App.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lambrugeorge authored Feb 18, 2024
1 parent 63fd8b6 commit d7dd3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class App extends Component {
.then(response => response.json())
.then(response => {
if (response && response.outputs && response.outputs.length > 0) {
fetch('http://localhost:3000/imageUrl', {
fetch('https://mybackend-dfd1.onrender.com/imageUrl', {
method: 'put',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
Expand Down

0 comments on commit d7dd3cd

Please sign in to comment.