fix : chicken app login and new module logic
This commit is contained in:
@@ -10,6 +10,7 @@ class DioRemote implements IHttpClient {
|
||||
|
||||
@override
|
||||
Future<void> init() async {
|
||||
fLog(baseUrl);
|
||||
dio = Dio(BaseOptions(baseUrl: baseUrl ?? ''));
|
||||
if (interceptors != null) {
|
||||
interceptors!.dio = dio;
|
||||
|
||||
Reference in New Issue
Block a user