diff options
Diffstat (limited to 'lib/services/storegear_api_service.dart')
| -rw-r--r-- | lib/services/storegear_api_service.dart | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/services/storegear_api_service.dart b/lib/services/storegear_api_service.dart index b26f77b..b40626d 100644 --- a/lib/services/storegear_api_service.dart +++ b/lib/services/storegear_api_service.dart @@ -14,6 +14,8 @@ class StoregearApiService extends IStoregearApiService { @override Future<LoginResponse> login(LoginRequest req) async { + //return LoginResponse(); + final response = await http.post( Uri.parse('http://dhlapis.com/delivery/v1/users/login?env_type=PROD'), body: jsonEncode(req)); |
