Skip to content

Commit

Permalink
update mock
Browse files Browse the repository at this point in the history
  • Loading branch information
alileza committed Aug 5, 2020
1 parent 50aea29 commit 194f211
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
REACT_APP_SERVER_URL=https://run.mocky.io/v3/7cb83203-7aa7-4cbd-bd37-331b483b649e
REACT_APP_SERVER_URL=https://run.mocky.io/v3/4875a81b-12e2-40a1-ab99-c93c8a37eea8
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"react-dom": "^16.13.1"
},
"scripts": {
"start": "react-scripts start",
"start": "REACT_APP_SERVER_URL=https://run.mocky.io/v3/4875a81b-12e2-40a1-ab99-c93c8a37eea8 react-scripts start",
"build": "REACT_APP_SERVER_URL=/ react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
Expand Down

0 comments on commit 194f211

Please sign in to comment.