Files
pangolin/bruno/Auth/verify-user.bru
Owen Schwartz 143a3b756e Its working!
2024-10-06 22:09:30 -04:00

16 lines
185 B
Plaintext

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
}