Skip to content

Commit

Permalink
Revert proxy url change from package.json
Browse files Browse the repository at this point in the history
`proxy` was accidently changed and committed with package.json
when removed dependency. Hence, reverting it back.

Signed-off-by: Pradyumna Krishna <git@onpy.in>
  • Loading branch information
PradyumnaKrishna committed May 18, 2023
1 parent d6d22ce commit 7882734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ui/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"sinon": "^9.2.4",
"typescript": "^4.6.2"
},
"proxy": "http://localhost:10904",
"proxy": "http://localhost:10902",
"jest": {
"snapshotSerializers": [
"enzyme-to-json/serializer"
Expand Down

0 comments on commit 7882734

Please sign in to comment.