fixed services
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
class HomeApi {
|
||||
static const String recommendedTenders = '/api/v1/tenders/recommend';
|
||||
static String getRecommendedTenders({
|
||||
required int limit,
|
||||
required int offset,
|
||||
}) {
|
||||
return '$recommendedTenders?limit=$limit&offset=$offset';
|
||||
}
|
||||
|
||||
static const String tenderApprovals = '/api/v1/tender-approvals';
|
||||
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