fix url
This commit is contained in:
parent
9b4e3d89a0
commit
aab7ecb03d
|
|
@ -3,7 +3,7 @@ import 'package:shared_preferences/shared_preferences.dart';
|
|||
|
||||
class ApiService {
|
||||
// static const String baseUrl = 'http://localhost:3000/api';
|
||||
static const String baseUrl = 'http://localhost:3000/api';
|
||||
static const String baseUrl = 'https://chitfund.deepteklabs.com/api';
|
||||
static const String tokenKey = 'auth_token';
|
||||
|
||||
late Dio _dio;
|
||||
|
|
|
|||
Loading…
Reference in New Issue