Update lib/screens/sign_up_screen/SignUpService.dart
This commit is contained in:
@@ -83,7 +83,6 @@ class SignUpApiService {
|
||||
Future<void> createuser(String token, Map<String, dynamic> entity) async {
|
||||
try {
|
||||
print("in post api...$entity");
|
||||
dio.options.headers['Authorization'] = 'Bearer $token';
|
||||
await dio.post('$baseUrl/token/addOneAppUser', data: entity);
|
||||
print(entity);
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user