mirror of
https://github.com/supleed2/ELEC60013-ES-CW1.git
synced 2024-11-10 01:35:50 +00:00
Fixed endpoints
This commit is contained in:
parent
260767d8c1
commit
31b7ed3234
|
@ -1,7 +1,6 @@
|
||||||
const String home = "https://leg-barkr.nw.r.appspot.com/";
|
const String home = "https://leg-barkr.nw.r.appspot.com/";
|
||||||
const String register = "https://leg-barkr.nw.r.appspot.com/authentication/register";
|
const String register = "https://leg-barkr.nw.r.appspot.com/authentication/register";
|
||||||
const String verify = "https://leg-barkr.nw.r.appspot.com/authentication/verify";
|
const String verify = "https://leg-barkr.nw.r.appspot.com/authentication/verify";
|
||||||
const String getLastLocation = "https://leg-barkr.nw.r.appspot.com/readings/last/location";
|
const String getLastLocation = "https://leg-barkr.nw.r.appspot.com/readings/location/last";
|
||||||
const String getStepsToday = "https://leg-barkr.nw.r.appspot.com/readings/last/steps";
|
const String getStepsToday = "https://leg-barkr.nw.r.appspot.com/readings/steps/today";
|
||||||
|
const String getStepsLastFiveDays = "https://leg-barkr.nw.r.appspot.com/readings/steps/last-five-days";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue