fix get all business review
This commit is contained in:
parent
625fae4d5a
commit
31e2c18d92
1 changed files with 1 additions and 2 deletions
|
|
@ -23,9 +23,8 @@ class MihMzansiDirectoryServices {
|
|||
}
|
||||
}
|
||||
|
||||
static Future<List<BusinessReview>> getAllReviewsofBusiness(
|
||||
Future<List<BusinessReview>> getAllReviewsofBusiness(
|
||||
String business_id,
|
||||
String businessid,
|
||||
) async {
|
||||
final response = await http.get(Uri.parse(
|
||||
"${AppEnviroment.baseApiUrl}/mzasni-directory/business-ratings/all/$business_id"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue