mirror of
https://gitlab.com/wheres-the-tp/ui-mobile.git
synced 2026-01-25 04:34:55 -06:00
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
4 lines
114 B
JavaScript
4 lines
114 B
JavaScript
// @flow
|
|
|
|
export const BASE_URL = 'aretherecookies.herokuapp.com';
|
|
// export const BASE_URL = '192.168.1.6:3000';
|