Skip to content

Commit d54b23c

Browse files
author
Maurice Snip
committed
test: add homepage mock endpoint
1 parent ce23870 commit d54b23c

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

mock-api.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,34 @@
224224
"enabled": true,
225225
"responseMode": null,
226226
"type": "http"
227+
},
228+
{
229+
"uuid": "5dae6bef-df92-4c97-9990-f358ea838b0a",
230+
"documentation": "",
231+
"method": "get",
232+
"endpoint": ".json",
233+
"responses": [
234+
{
235+
"uuid": "83b66c14-8a02-4a88-a195-959760414c1f",
236+
"body": "",
237+
"latency": 0,
238+
"statusCode": 200,
239+
"label": "",
240+
"headers": [],
241+
"filePath": "",
242+
"sendFileAsBody": false,
243+
"rules": [],
244+
"rulesOperator": "OR",
245+
"disableTemplating": false,
246+
"fallbackTo404": false,
247+
"default": true,
248+
"databucketID": "w0e0",
249+
"bodyType": "DATABUCKET"
250+
}
251+
],
252+
"enabled": true,
253+
"responseMode": null,
254+
"type": "http"
227255
}
228256
],
229257
"proxyMode": false,
@@ -287,6 +315,10 @@
287315
],
288316
"folders": [],
289317
"rootChildren": [
318+
{
319+
"type": "route",
320+
"uuid": "5dae6bef-df92-4c97-9990-f358ea838b0a"
321+
},
290322
{
291323
"type": "route",
292324
"uuid": "4f10d022-6fe8-4017-8551-adac6097f97f"

0 commit comments

Comments
 (0)