Skip to content

Commit 216a3e0

Browse files
committed
loan
1 parent 5c4bc52 commit 216a3e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

badApi/loan.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const router = express.Router();
33

44
// In-memory database for loan applications
55
let loanApplications = [
6-
{ username: 'user1', amount: 1000, status: 'pending' },
6+
{ username: 'user1', amount: 2000, status: 'pending' },
77
];
88

99
/**

0 commit comments

Comments
 (0)