jwt-authorizer/demo-server/bruno-e2e/Public URL.bru

16 lines
154 B
Text
Raw Permalink Normal View History

2024-05-13 08:25:29 +02:00
meta {
name: Public URL
type: http
seq: 4
}
get {
url: http://localhost:3000/public
body: none
auth: none
}
assert {
res.status: eq 200
}