mirror of
https://gitlab.com/wheres-the-tp/ui-mobile.git
synced 2026-01-25 09:44:55 -06:00
10 lines
199 B
JavaScript
10 lines
199 B
JavaScript
// @flow
|
|
|
|
// @public
|
|
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.161:3000';
|