Skip to content

Commit 611a5df

Browse files
committed
trick now into being useful
1 parent 2060ba6 commit 611a5df

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

now.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "engine262-api",
3+
"scope": "engine262",
34
"version": 2,
45
"routes": [
56
{
@@ -15,8 +16,8 @@
1516
"dest": "/api/download.js"
1617
},
1718
{
18-
"src": "/(.*)",
19-
"status": 404
19+
"src": "/.*",
20+
"dest": "/does-not-exist"
2021
}
2122
],
2223
"env": {

0 commit comments

Comments
 (0)