ELEC60013-ES-CW1/lib/utils/endpoints.dart

4 lines
227 B
Dart
Raw Normal View History

2022-02-11 12:46:56 +00:00
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";