Skip to content

Commit

Permalink
typo getscheme api path
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed Feb 27, 2024
1 parent be33b73 commit 0cf1358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/whale-api/src/e2e.defid.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ export class DLoanController {
}

async getScheme (id: string): Promise<LoanScheme> {
return await this.client.data(`loans/scheme/${id}`)
return await this.client.data(`loans/schemes/${id}`)
}

async listCollateral (query: OceanListQuery = { size: 30 }): Promise<ApiPagedResponse<CollateralToken>> {
Expand Down

0 comments on commit 0cf1358

Please sign in to comment.