Skip to content

Commit

Permalink
Fix token
Browse files Browse the repository at this point in the history
  • Loading branch information
wzshiming committed Jun 20, 2024
1 parent 9665b77 commit 52baa18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func (c *CRProxy) authorization(rw http.ResponseWriter, r *http.Request) bool {
}

type tokenInfo struct {
Token string `json:"Token,omitempty"`
Token string `json:"token,omitempty"`
ExpiresIn int64 `json:"expires_in,omitempty"`
IssuedAt time.Time `json:"issued_at,omitempty"`
}
Expand Down

0 comments on commit 52baa18

Please sign in to comment.