Skip to content

Commit 8b1f874

Browse files
authored
Merge pull request #2577 from oleksii-novikov-onix/WEB-263/fix-buydown-fees-api-endpoint
WEB-263: Fix buydown-fees api endpoint
2 parents 9f33846 + d7ba2ac commit 8b1f874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/loans/loans.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export class LoansService {
105105
}
106106

107107
getBuyDownFeeData(loanId: string): Observable<any> {
108-
return this.http.get(`/loans/${loanId}/buydownfees`);
108+
return this.http.get(`/loans/${loanId}/buydown-fees`);
109109
}
110110

111111
/**

0 commit comments

Comments
 (0)