diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-04-18 13:37:12 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-04-18 13:37:12 +0530 |
commit | b7c32d7ea171ce460d07af316220758ebde9893c (patch) | |
tree | f976df8b4bd28afcd62a4da6832bbd5235e26bde /package.json | |
parent | bb331d9c61a0e38cbbfc891204819557327e1ca0 (diff) |
Bug Fix: now the total price of an item is the multiple of it's unit price and quantity like it should be
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 3a6b8e2..2b0dece 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "openbills", "version": "0.1.0", "private": true, + "proxy": "http://localhost:4000", "dependencies": { "@testing-library/jest-dom": "^5.11.10", "@testing-library/react": "^11.2.5", |