8-15/1
This commit is contained in:
@@ -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