rename session to sessions

This commit is contained in:
Milo Schwartz 2024-11-24 13:46:18 -05:00
parent ca2fbf4f9c
commit 9702e9c069
No known key found for this signature in database

View file

@ -21,7 +21,7 @@ type SessionData struct {
}
type VerifyBody struct {
Sessions SessionData `json:"session"`
Sessions SessionData `json:"sessions"`
OriginalRequestURL string `json:"originalRequestURL"`
RequestScheme *string `json:"scheme"`
RequestHost *string `json:"host"`