mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 15:17:31 +00:00
Updated the pipeline
This commit is contained in:
@ -1,8 +1,7 @@
|
||||
import 'package:flutter_dotenv/flutter_dotenv.dart';
|
||||
|
||||
abstract class ApiEndpoints {
|
||||
// static String baseUrl = dotenv.env['BASE_URL'] ?? '';
|
||||
static String baseUrl = 'https://syncrow-staging.azurewebsites.net';
|
||||
static String baseUrl = dotenv.env['BASE_URL'] ?? '';
|
||||
static const String signUp = '/authentication/user/signup';
|
||||
static const String login = '/authentication/user/login';
|
||||
static const String forgetPassword = '/authentication/user/forget-password';
|
||||
|
Reference in New Issue
Block a user