Skip to content

Commit

Permalink
Add robots.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
255kb committed Dec 29, 2023
1 parent 8a5906a commit 709e83a
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions dist/playground-mock.json
Original file line number Diff line number Diff line change
Expand Up @@ -865,13 +865,51 @@
}
],
"responseMode": null
},
{
"uuid": "cc0bff13-7f9a-4778-a83c-5404fbb4d3b6",
"type": "http",
"documentation": "",
"method": "get",
"endpoint": "robots.txt",
"responses": [
{
"uuid": "deb586da-e89e-48b1-883c-b7ab4622e93a",
"body": "User-agent: *\r\nDisallow: /",
"latency": 0,
"statusCode": 200,
"label": "",
"headers": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": true,
"crudKey": "id",
"callbacks": []
}
],
"responseMode": null
}
],
"rootChildren": [
{
"type": "route",
"uuid": "ba8cc650-e94b-49ee-b30d-1e37e80a3385"
},
{
"type": "route",
"uuid": "cc0bff13-7f9a-4778-a83c-5404fbb4d3b6"
},
{
"type": "folder",
"uuid": "eee27cf2-bf2d-4152-8065-80e7e5f40f9a"
Expand Down

0 comments on commit 709e83a

Please sign in to comment.