summaryrefslogtreecommitdiffstats
path: root/contrib/bruno/health.bru
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2025-07-12 15:59:23 +0200
committerrtkay123 <dev@kanjala.com>2025-07-12 15:59:23 +0200
commit93ce338cba3e4488fc36ea9159167884d6cd9eb9 (patch)
tree1d1434441f65f305f4f70efac70b3a39dc2d4d42 /contrib/bruno/health.bru
parent487ac435d7b687f071a0ed173d918fac480992b3 (diff)
downloadsellershut-93ce338cba3e4488fc36ea9159167884d6cd9eb9.tar.bz2
sellershut-93ce338cba3e4488fc36ea9159167884d6cd9eb9.zip
chore: bruno collection
Diffstat (limited to 'contrib/bruno/health.bru')
-rw-r--r--contrib/bruno/health.bru11
1 files changed, 11 insertions, 0 deletions
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
+}