chnages has been made for the interactive face camera
This commit is contained in:
@@ -10,12 +10,9 @@ class ApiClient {
|
||||
ApiClient({required this.dio, this.sharedPreferences}) {
|
||||
dio.options = BaseOptions(
|
||||
baseUrl: baseUrl,
|
||||
connectTimeout: const Duration(seconds: 30),
|
||||
receiveTimeout: const Duration(seconds: 30),
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
'accept': 'text/plain',
|
||||
},
|
||||
connectTimeout: const Duration(seconds: 60),
|
||||
receiveTimeout: const Duration(seconds: 60),
|
||||
headers: {'Content-Type': 'application/json', 'accept': 'text/plain'},
|
||||
);
|
||||
|
||||
// Add interceptor to add token to requests
|
||||
|
||||
Reference in New Issue
Block a user