Skip to content

Commit

Permalink
Update setupProxy.js
Browse files Browse the repository at this point in the history
  • Loading branch information
akash70629 authored Sep 9, 2023
1 parent 27d14e6 commit 2dffaf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/setupProxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ module.exports = function(app) {
app.use(
'/api/v1',
createProxyMiddleware({
target: 'http://localhost:4000',
target: 'https://coconutgram.onrender.com',
changeOrigin: true,
})
);
};
};

0 comments on commit 2dffaf5

Please sign in to comment.