aretherecookies-mobile/js/constants/AppConstants.js
Bart Akeley 9221b7f9b5 quantities round trip api and stream
make POST requests to /quantity to update the quantity of an existing food item - then mixin the new quantity with the existing food items observable
2017-11-26 19:52:16 -06:00

4 lines
114 B
JavaScript

// @flow
export const BASE_URL = 'aretherecookies.herokuapp.com';
// export const BASE_URL = '192.168.1.6:3000';