chore : delete auth package because each project has different auth , must be separated auth logic
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import 'package:rasadyar_auth/auth.dart';
|
||||
|
||||
import 'package:rasadyar_chicken/data/di/chicken_di.dart';
|
||||
import 'package:rasadyar_core/core.dart';
|
||||
|
||||
@@ -6,7 +6,6 @@ final di = GetIt.instance;
|
||||
|
||||
Future<void> setupPreInjection() async {
|
||||
await setupAllCoreProvider();
|
||||
await setupAuthDI();
|
||||
di.registerSingleton<DioRemote>(
|
||||
DioRemote(baseUrl: 'https://everestacademy.ir/'),
|
||||
instanceName: 'baseRemote',
|
||||
|
||||
Reference in New Issue
Block a user