4/21/2
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import 'package:SEFER/env/env.dart';
|
||||
|
||||
class AppLink {
|
||||
static final String server = Env.serverPHP;
|
||||
static final String server = 'https://api.sefer.live/sefer'; // Env.serverPHP;
|
||||
static String googleMapsLink = 'https://maps.googleapis.com/maps/api/';
|
||||
static String llama = 'https://api.llama-api.com/chat/completions';
|
||||
static String gemini =
|
||||
@@ -172,7 +172,7 @@ class AppLink {
|
||||
|
||||
//===================Auth============
|
||||
|
||||
static String auth = 'https://ride.mobile-app.store/auth';
|
||||
static String auth = '$server/auth';
|
||||
static String login = "$auth/login.php";
|
||||
static String signUp = "$auth/signup.php";
|
||||
static String sendVerifyEmail = "$auth/sendVerifyEmail.php";
|
||||
@@ -180,7 +180,7 @@ class AppLink {
|
||||
"$auth/passengerRemovedAccountEmail.php";
|
||||
static String verifyEmail = "$auth/verifyEmail.php";
|
||||
//===================Auth Captin============
|
||||
static String authCaptin = 'https://ride.mobile-app.store/auth/captin';
|
||||
static String authCaptin = '$server/auth/captin';
|
||||
static String loginCaptin = "$authCaptin/login.php";
|
||||
static String signUpCaptin = "$authCaptin/register.php";
|
||||
static String sendVerifyEmailCaptin = "$authCaptin/sendVerifyEmail.php";
|
||||
|
||||
Reference in New Issue
Block a user