8-15/1
This commit is contained in:
@@ -5,6 +5,7 @@ class BoxName {
|
||||
static const String agreeTerms = "agreeTerms";
|
||||
static const String pasengerID = "pasengerID";
|
||||
static const String phone = "phone";
|
||||
static const String name = "name";
|
||||
static const String email = "email";
|
||||
static const String tokens = "tokens";
|
||||
static const String tokenFCM = "tokenFCM";
|
||||
|
||||
@@ -19,12 +19,11 @@ class AppLink {
|
||||
static const String updateCarsLocationByPassenger = "$location/update.php";
|
||||
|
||||
//==================Blog=============
|
||||
static const String blog =
|
||||
'https://portfolio.mobile-app.store/hamzaayed/blogs';
|
||||
static const String getBlog = "$blog/get.php";
|
||||
static const String addBlog = "$blog/add.php";
|
||||
static const String deleteBlog = "$blog/delete.php";
|
||||
static const String updateBlog = "$blog/update.php";
|
||||
static const String profile = 'https://ride.mobile-app.store/ride/profile';
|
||||
static const String getprofile = "$profile/get.php";
|
||||
static const String addprofile = "$profile/add.php";
|
||||
static const String deleteprofile = "$profile/delete.php";
|
||||
static const String updateprofile = "$profile/update.php";
|
||||
|
||||
//===================Auth============
|
||||
static const String auth = 'https://ride.mobile-app.store/auth';
|
||||
|
||||
Reference in New Issue
Block a user