Skip to content

Commit

Permalink
Merge pull request #39 from TIVMOF/feat/app-functionality-backend
Browse files Browse the repository at this point in the history
fix: Typo in endpoint
  • Loading branch information
TIVMOF authored Jan 21, 2025
2 parents 81e704b + e36cfae commit 07632b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pi-bank-backend/api/BankService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class BankService {
}
}

@Get("/bankAccounts/:bankAccountId")
@Get("/bankAccount/:bankAccountId")
public getBankAccountsFromBankAccountId(_: any, ctx: any) {
const bankAccountId = ctx.pathParameters.bankAccountId;

Expand Down

0 comments on commit 07632b3

Please sign in to comment.