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