jwt-authorizer/demo-server/bruno-e2e/Public URL.bru
2024-05-13 08:25:29 +02:00

15 lines
154 B
Text

meta {
name: Public URL
type: http
seq: 4
}
get {
url: http://localhost:3000/public
body: none
auth: none
}
assert {
res.status: eq 200
}