Skip to content

Commit 14e7c4a

Browse files
authored
now.json: fix indentation
1 parent 28389a8 commit 14e7c4a

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

now.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
22
"version": 2,
33
"builds": [
4-
{
5-
"src": "*.js",
6-
"use": "@now/node"
7-
}
4+
{
5+
"src": "*.js",
6+
"use": "@now/node"
7+
}
88
],
99
"routes": [
10-
{
11-
"headers": {
12-
"Access-Control-Allow-Origin": "*",
13-
"Access-Control-Allow-Methods": "GET, POST, PUT, DELETE, OPTIONS",
14-
"Access-Control-Allow-Headers": "X-Requested-With, Content-Type, Accept"
15-
},
16-
"src": "/.*",
17-
"dest": "/app.js"
18-
}
10+
{
11+
"headers": {
12+
"Access-Control-Allow-Origin": "*",
13+
"Access-Control-Allow-Methods": "GET, POST, PUT, DELETE, OPTIONS",
14+
"Access-Control-Allow-Headers": "X-Requested-With, Content-Type, Accept"
15+
},
16+
"src": "/.*",
17+
"dest": "/app.js"
18+
}
1919
],
2020
"env": {
21-
"VERSION": "1.0.0"
21+
"VERSION": "1.0.0"
2222
}
23-
}
23+
}

0 commit comments

Comments
 (0)