Skip to content

Commit

Permalink
Update environment.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiran-Larbi authored Jun 4, 2024
1 parent 7439828 commit 287b38f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions frontend/src/app/core/environments/environment.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
export const environment = {
production: false,
rootUrl: 'http://localhost:3008',
apiBaseUrl: 'http://localhost:3008/api/v1',
loanTypes: ['Personal Loan','Home Loan','Car Loan','Education Loan','Gold Loan'],
cardTypes: ['Credit Card','Debit Card'],
transactionTypes: ['Credit','Debit']
apiBaseUrl: 'http://localhost:3008/api/v1'
}

0 comments on commit 287b38f

Please sign in to comment.