Skip to content

Commit 194f211

Browse files
committed
update mock
1 parent 50aea29 commit 194f211

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ui/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
REACT_APP_SERVER_URL=https://run.mocky.io/v3/7cb83203-7aa7-4cbd-bd37-331b483b649e
1+
REACT_APP_SERVER_URL=https://run.mocky.io/v3/4875a81b-12e2-40a1-ab99-c93c8a37eea8

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"react-dom": "^16.13.1"
1111
},
1212
"scripts": {
13-
"start": "react-scripts start",
13+
"start": "REACT_APP_SERVER_URL=https://run.mocky.io/v3/4875a81b-12e2-40a1-ab99-c93c8a37eea8 react-scripts start",
1414
"build": "REACT_APP_SERVER_URL=/ react-scripts build",
1515
"test": "react-scripts test",
1616
"eject": "react-scripts eject"

0 commit comments

Comments
 (0)