mirror of
https://github.com/fosrl/badger.git
synced 2025-05-12 21:30:42 +01:00
rename session to sessions
This commit is contained in:
parent
ca2fbf4f9c
commit
9702e9c069
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -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"`
|
||||
|
|
Loading…
Reference in a new issue