Its working!

This commit is contained in:
Owen Schwartz 2024-10-06 22:09:30 -04:00
parent 800dcb6270
commit 143a3b756e
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
10 changed files with 81 additions and 15 deletions

View file

@ -0,0 +1,15 @@
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
}