1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-08 11:09:18 +00:00
Files
cards-database/.bruno/Validate that we can run OPTIONS.bru

16 lines
171 B
Plaintext

meta {
name: Validate that we can run OPTIONS
type: http
seq: 1
}
options {
url: {{BASE_URL}}/status
body: none
auth: none
}
assert {
res.status: eq 200
}