changed localhost to public ip

This commit is contained in:
Bilal
2017-11-06 19:52:57 +00:00
parent ec9a29e04d
commit 2e2551f3c3
4 changed files with 5 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ S poštovanjem
export const listingUrl = (id) => {
// TODO: fix this once removing hardcoded values
return `http://localhost:8080/?listingId=${id}`
return `http://http://138.68.67.31/?listingId=${id}`
}
export const isMobile = () => window.matchMedia("(max-width: 768px)").matches