@@ -195,7 +195,7 @@ class UserService extends CrudService {
'content-type': 'application/json',
},
dataType: 'json',
- data: id,
+ data: { id },
});
console.log(r);
}