ELEC60013-ES-CW1/lib/utils/endpoints.dart
2022-02-14 20:19:04 +00:00

8 lines
408 B
Dart

const String home = "https://leg-barkr.nw.r.appspot.com/";
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 getLastLocation = "https://leg-barkr.nw.r.appspot.com/readings/last/location";
const String getStepsToday = "https://leg-barkr.nw.r.appspot.com/readings/last/steps";