Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
phyeony committed Dec 8, 2022
1 parent 3441f22 commit 4d2ffde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ function App() {
}
}
try {
console.log("BACKEND DOMAIN ",process.env.BE_DOMAIN)
const res = await fetch(`http://${BACKEND_DOMAIN}:${BACKEND_PORT}/api/airbnb_list`, {
method: 'POST',
headers: {
Expand Down

0 comments on commit 4d2ffde

Please sign in to comment.