This commit is contained in:
Abhishek Mali
2025-12-23 10:22:01 +05:30
parent e85ac4bf8c
commit 8dac57a3a8
7 changed files with 93 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ import 'token_interceptor.dart';
class DioClient {
static Dio? _dio;
// static const String baseUrl = "http://103.248.30.24:3030";
static const String baseUrl = "http://10.119.0.74:8000";
static Dio getInstance(BuildContext context) {