mirror of
https://gitlab.com/wheres-the-tp/ui-mobile.git
synced 2026-01-25 07:44:54 -06:00
fix bad base url oops
This commit is contained in:
parent
6d644d1db8
commit
a142b9cbba
1 changed files with 2 additions and 2 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue