Fixed pagination for your tenders in home
This commit is contained in:
@@ -7,7 +7,15 @@ class HomeApi {
|
||||
return '$recommendedTenders?limit=$limit&offset=$offset';
|
||||
}
|
||||
|
||||
static const String tenderApprovals = '/api/v1/tender-approvals';
|
||||
static const String tenderApprovalsBase = '/api/v1/tender-approvals';
|
||||
|
||||
static String getYourTenders({
|
||||
required int limit,
|
||||
required int offset,
|
||||
}) {
|
||||
return '$tenderApprovalsBase?limit=$limit&offset=$offset';
|
||||
}
|
||||
|
||||
static const String tenderApprovalStats = '/api/v1/tender-approvals/stats';
|
||||
static const String statsCompany = '/api/v1/feedback/stats/company';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user