mirror of
https://github.com/TECHNOFAB11/jwt-authorizer.git
synced 2025-12-12 08:00:07 +01:00
16 lines
154 B
Text
16 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
|
||
|
|
}
|