Bug fix: google places not working on mobile correctly

This commit is contained in:
Edin Dazdarevic
2017-04-17 12:45:44 +02:00
parent 746d28d0fd
commit 9de077df32
2 changed files with 9 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
import fetch from 'isomorphic-fetch'
//const BASE_URL = 'localhost';
const BASE_URL = '192.168.1.117';
const BASE_URL = '192.168.0.13';
export const saveContactRequest = (listingId, params) => {