Skip to content

Commit

Permalink
[ETCM-48] Add /healthcheck in the insomnia workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkoAlic committed Sep 30, 2020
1 parent 2fdff9a commit 575f8f9
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion insomnia_workspace.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"_type": "export",
"__export_format": 4,
"__export_date": "2020-09-28T17:05:07.127Z",
"__export_date": "2020-09-30T20:01:40.792Z",
"__export_source": "insomnia.desktop.app:v2020.4.1",
"resources": [
{
Expand Down Expand Up @@ -272,6 +272,35 @@
"metaSortKey": -1553869483792,
"_type": "request_group"
},
{
"_id": "req_8c4ccaa3552544a4b61bc33cc9fa547c",
"parentId": "fld_f75b249a780c4b5e97a0a2980ad1d4b8",
"modified": 1580405661758,
"created": 1580405461883,
"url": "{{ node_url }}/healthcheck",
"name": "healthcheck node",
"description": "",
"method": "GET",
"body": {},
"parameters": [],
"headers": [
{
"id": "pair_088edc31f5e04f20a16b465a673871bb",
"name": "Cache-Control",
"value": "no-cache"
}
],
"authentication": {},
"metaSortKey": -1552939150156.3438,
"isPrivate": false,
"settingStoreCookies": true,
"settingSendCookies": true,
"settingDisableRenderRequestBody": false,
"settingEncodeUrl": true,
"settingRebuildPath": true,
"settingFollowRedirects": "global",
"_type": "request"
},
{
"_id": "req_b60c1a4f9d604d868910f967c6a070d7",
"parentId": "fld_a06eb77e183c4727800eb7dc43ceabe1",
Expand Down

0 comments on commit 575f8f9

Please sign in to comment.