diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-11-13 23:07:11 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-11-13 23:07:11 +0100 |
| commit | 03bd15045beee64dab5795053b662d02f7049e31 (patch) | |
| tree | c51f242454e5d1b30adda5e87b09484ab66f7267 /lib/services/storegear_api_service.dart | |
| parent | 8c4abd2b2705589fe668be52614979a12ff04869 (diff) | |
v0.8, make it comfy, add salary log
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)); |
