feat : add available balance in account statement

This commit is contained in:
2025-09-22 12:17:52 +05:30
parent b7a454f53b
commit 41d52b4ad1
6 changed files with 28 additions and 8 deletions

View File

@@ -10,6 +10,11 @@ const nextConfig = {
{
source:'/api/:path*',
destination: 'http://localhost:8080/api/:path*',
// prod
// destination : 'http://lb-kccb-mobile-banking-app-848675342.ap-south-1.elb.amazonaws.com:8080/api/:path*',
// Testing
// destination: 'http://lb-test-mobile-banking-app-192209417.ap-south-1.elb.amazonaws.com:8080/api/:path*',
},
];
},