We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f33846 commit d7ba2acCopy full SHA for d7ba2ac
src/app/loans/loans.service.ts
@@ -105,7 +105,7 @@ export class LoansService {
105
}
106
107
getBuyDownFeeData(loanId: string): Observable<any> {
108
- return this.http.get(`/loans/${loanId}/buydownfees`);
+ return this.http.get(`/loans/${loanId}/buydown-fees`);
109
110
111
/**
0 commit comments