fix bad base url oops

This commit is contained in:
Bart Akeley 2018-08-25 15:40:01 -05:00
parent 6d644d1db8
commit a142b9cbba

View file

@ -1,12 +1,12 @@
// @flow
// @public
// export const BASE_URL = 'aretherecookies.herokuapp.com';
export const BASE_URL = 'aretherecookies.herokuapp.com';
// @home
// export const BASE_URL = '192.168.1.8:3000';
// @stouthaus
export const BASE_URL = '192.168.1.191:3000';
// export const BASE_URL = '192.168.1.191:3000';
export const GoogleAPIKey = 'AIzaSyBfMm1y6JayCbXrQmgAG1R3ka4ZOJno_5E';