Skip to content

Commit f7a6375

Browse files
committed
Update now config
1 parent 724e4d5 commit f7a6375

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ req.rest
2525
npm-debug.log*
2626
yarn-debug.log*
2727
yarn-error.log*
28+
29+
.now

client/now.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"build": {
33
"env": {
4-
"REACT_APP_API_URL": "@API_URL"
4+
"REACT_APP_API_URL": "@api_url"
55
}
66
}
77
}

0 commit comments

Comments
 (0)