Adds test request for status endpoint

This commit is contained in:
Dennis Schoepf 2024-04-26 13:14:12 +02:00
parent 833b2759f4
commit a02ee0270a
2 changed files with 14 additions and 0 deletions

11
bruno/Status.bru Normal file
View file

@ -0,0 +1,11 @@
meta {
name: Status
type: http
seq: 2
}
get {
url: {{base_url}}/status
body: none
auth: none
}