Use localhost api server

This commit is contained in:
Edin Dazdarevic
2017-06-08 12:14:42 +02:00
parent 8f57f91d32
commit 7a231a1b04
5 changed files with 2 additions and 2 deletions

BIN
web/dist/static/images/logo.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
web/dist/static/images/mo-bg1.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 277 KiB

BIN
web/dist/static/images/sa-bg2.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB

BIN
web/dist/static/images/sa-bg3.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 288 KiB

View File

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