diff --git a/bruno/Status.bru b/bruno/Status.bru new file mode 100644 index 0000000..c91325a --- /dev/null +++ b/bruno/Status.bru @@ -0,0 +1,11 @@ +meta { + name: Status + type: http + seq: 2 +} + +get { + url: {{base_url}}/status + body: none + auth: none +} diff --git a/bruno/environments/local.bru b/bruno/environments/local.bru new file mode 100644 index 0000000..a5d3938 --- /dev/null +++ b/bruno/environments/local.bru @@ -0,0 +1,3 @@ +vars { + base_url: http://localhost:42069 +}