From 93ce338cba3e4488fc36ea9159167884d6cd9eb9 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Sat, 12 Jul 2025 15:59:23 +0200 Subject: chore: bruno collection --- contrib/bruno/bruno.json | 9 +++++++++ contrib/bruno/health.bru | 11 +++++++++++ 2 files changed, 20 insertions(+) create mode 100644 contrib/bruno/bruno.json create mode 100644 contrib/bruno/health.bru diff --git a/contrib/bruno/bruno.json b/contrib/bruno/bruno.json new file mode 100644 index 0000000..b271425 --- /dev/null +++ b/contrib/bruno/bruno.json @@ -0,0 +1,9 @@ +{ + "version": "1", + "name": "bruno", + "type": "collection", + "ignore": [ + "node_modules", + ".git" + ] +} \ No newline at end of file diff --git a/contrib/bruno/health.bru b/contrib/bruno/health.bru new file mode 100644 index 0000000..44c5410 --- /dev/null +++ b/contrib/bruno/health.bru @@ -0,0 +1,11 @@ +meta { + name: health + type: http + seq: 1 +} + +get { + url: http://localhost:3000 + body: none + auth: inherit +} -- cgit v1.2.3