ELEC60013-ES-CW1/lib/utils/endpoints.dart
2022-02-14 14:40:18 +00:00

6 lines
320 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";