forked from yaso_meth/mih-project
fix get all business review
This commit is contained in:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user