feat: add session create
This commit is contained in:
@ -49,7 +49,7 @@ type TokenResp struct {
|
||||
|
||||
var (
|
||||
once sync.Once
|
||||
config *Config
|
||||
config Config
|
||||
)
|
||||
|
||||
var ErrMissingHeader = errors.New("Authorization is needed in the header")
|
||||
|
Reference in New Issue
Block a user