This commit is contained in:
Hamza-Ayed
2023-11-21 18:20:31 +03:00
parent 252cecb6ca
commit 1d2ceed031
10 changed files with 225 additions and 87 deletions

View File

@@ -1,6 +1,9 @@
import 'package:ride/env/env.dart';
class AppLink {
static const String server = 'https://ride.mobile-app.store';
static const String server = 'https://ride.mobile-app.store'; //Env.serverPHP;
static const String googleMapsLink = 'https://maps.googleapis.com/maps/api/';
static const String llama = 'https://api.llama-api.com/chat/completions';
static const String test = "$server/test.php";
//===============firebase==========================
@@ -90,7 +93,7 @@ class AppLink {
"$location/getTotalDriverDurationToday.php";
//==================Blog=============
static const String profile = 'https://ride.mobile-app.store/ride/profile';
static const String profile = '$server/ride/profile';
static const String getprofile = "$profile/get.php";
static const String addprofile = "$profile/add.php";
static const String deleteprofile = "$profile/delete.php";