This commit is contained in:
Hamza-Ayed
2023-08-15 14:12:20 +03:00
parent 84ab0e86dd
commit 65ade9c874
19 changed files with 619 additions and 166 deletions

View File

@@ -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";

View File

@@ -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';