mising /
This commit is contained in:
parent
9eb22869e5
commit
0df1e849b4
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ class MihMzansiDirectoryServices {
|
||||||
String app_id,
|
String app_id,
|
||||||
) async {
|
) async {
|
||||||
final response = await http.get(Uri.parse(
|
final response = await http.get(Uri.parse(
|
||||||
"${AppEnviroment.baseApiUrl}/mzansi-directory/bookmarked-business/user/all/$app_id"));
|
"${AppEnviroment.baseApiUrl}/mzansi-directory/bookmarked-business/user/all/$app_id/"));
|
||||||
if (response.statusCode == 200) {
|
if (response.statusCode == 200) {
|
||||||
Iterable l = jsonDecode(response.body);
|
Iterable l = jsonDecode(response.body);
|
||||||
List<BookmarkedBusiness> businessReviews = List<BookmarkedBusiness>.from(
|
List<BookmarkedBusiness> businessReviews = List<BookmarkedBusiness>.from(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue