Skip to content

Commit

Permalink
Added visibility for domains
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie6king committed Nov 19, 2024
1 parent e3d80b3 commit 2d43c4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/Root.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export default function Root() {
setLoading(true)

const url = (process.env.NODE_ENV === "development") ? "http://localhost:3000/locations" : "/locations"
console.debug(url)

if (searchTimeout) clearTimeout(searchTimeout);
searchTimeout = setTimeout(async () => {
Expand Down

0 comments on commit 2d43c4f

Please sign in to comment.