ui improvements
This commit is contained in:
@@ -67,7 +67,7 @@ class RecipientsController extends ChangeNotifier {
|
||||
|
||||
try {
|
||||
List<dynamic> response = await http.get(
|
||||
'/recipients/search?${buildQueryParameters(params ?? {})}',
|
||||
'/public/recipients/search?${buildQueryParameters(params ?? {})}',
|
||||
);
|
||||
model.recipients.clear();
|
||||
model.recipients.addAll(response.map((e) => Recipient.fromJson(e)));
|
||||
|
||||
Reference in New Issue
Block a user