mirror of
https://github.com/fosrl/badger.git
synced 2026-02-27 07:16:51 +00:00
rename session to sessions
This commit is contained in:
2
main.go
2
main.go
@@ -21,7 +21,7 @@ type SessionData struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type VerifyBody struct {
|
type VerifyBody struct {
|
||||||
Sessions SessionData `json:"session"`
|
Sessions SessionData `json:"sessions"`
|
||||||
OriginalRequestURL string `json:"originalRequestURL"`
|
OriginalRequestURL string `json:"originalRequestURL"`
|
||||||
RequestScheme *string `json:"scheme"`
|
RequestScheme *string `json:"scheme"`
|
||||||
RequestHost *string `json:"host"`
|
RequestHost *string `json:"host"`
|
||||||
|
|||||||
Reference in New Issue
Block a user