Skip to content

Commit d7ba2ac

Browse files
WEB-263: Fix buydown-fees api endpoint
1 parent 9f33846 commit d7ba2ac

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)