mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-22 03:35:11 +02:00
16 lines
185 B
Text
16 lines
185 B
Text
|
meta {
|
||
|
name: verify-user
|
||
|
type: http
|
||
|
seq: 4
|
||
|
}
|
||
|
|
||
|
get {
|
||
|
url: http://localhost:3000/badger/verify-user?sessionId=asdf
|
||
|
body: none
|
||
|
auth: none
|
||
|
}
|
||
|
|
||
|
params:query {
|
||
|
sessionId: asdf
|
||
|
}
|