8-13/
This commit is contained in:
@@ -3,6 +3,9 @@ class AppLink {
|
||||
static const String googleMapsLink = 'https://maps.googleapis.com/maps/api/';
|
||||
|
||||
static const String test = "$server/test.php";
|
||||
//===============firebase==========================
|
||||
static const String getTokens = "$server/ride/firebase/get.php";
|
||||
static const String addTokens = "$server/ride/firebase/add.php";
|
||||
|
||||
static const String pathImage = "$server/upload/types/";
|
||||
static const String uploadImage = "$server/uploadImage.php";
|
||||
@@ -24,6 +27,9 @@ class AppLink {
|
||||
static const String updateBlog = "$blog/update.php";
|
||||
|
||||
//===================Auth============
|
||||
static const String auth = 'https://ride.mobile-app.store/auth/';
|
||||
static const String auth = 'https://ride.mobile-app.store/auth';
|
||||
static const String login = "$auth/login.php";
|
||||
static const String signUp = "$auth/signup.php";
|
||||
static const String sendVerifyEmail = "$auth/sendVerifyEmail.php";
|
||||
static const String verifyEmail = "$auth/verifyEmail.php";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user