mirror of
https://github.com/supleed2/ELEC60013-ES-CW1.git
synced 2024-11-12 18:55:49 +00:00
4 lines
227 B
Dart
4 lines
227 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";
|