11/21/1
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user