Skip to content

Commit 39ebdf5

Browse files
committed
fix: snapshot
1 parent 0521168 commit 39ebdf5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

test/__snapshots__/index.js.snap

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,16 @@ Array [
213213
"status": 200,
214214
"to": "/.netlify/functions/___netlify-handler",
215215
},
216+
Object {
217+
"from": "/api",
218+
"status": 200,
219+
"to": "/.netlify/functions/___netlify-handler",
220+
},
221+
Object {
222+
"from": "/api/*",
223+
"status": 200,
224+
"to": "/.netlify/functions/___netlify-handler",
225+
},
216226
Object {
217227
"force": true,
218228
"from": "/BUILD_ID",

0 commit comments

Comments
 (0)