🐛 Bug fixes
This commit is contained in:
parent
272fe6f2c2
commit
8d2eae4c9e
@ -22,8 +22,8 @@ func NewServer() {
|
|||||||
A = fiber.New(fiber.Config{
|
A = fiber.New(fiber.Config{
|
||||||
DisableStartupMessage: true,
|
DisableStartupMessage: true,
|
||||||
EnableIPValidation: true,
|
EnableIPValidation: true,
|
||||||
ServerHeader: "Hydrogen.Passport",
|
ServerHeader: "Hydrogen.Identity",
|
||||||
AppName: "Hydrogen.Passport",
|
AppName: "Hydrogen.Identity",
|
||||||
ProxyHeader: fiber.HeaderXForwardedFor,
|
ProxyHeader: fiber.HeaderXForwardedFor,
|
||||||
JSONEncoder: jsoniter.ConfigCompatibleWithStandardLibrary.Marshal,
|
JSONEncoder: jsoniter.ConfigCompatibleWithStandardLibrary.Marshal,
|
||||||
JSONDecoder: jsoniter.ConfigCompatibleWithStandardLibrary.Unmarshal,
|
JSONDecoder: jsoniter.ConfigCompatibleWithStandardLibrary.Unmarshal,
|
||||||
|
Loading…
Reference in New Issue
Block a user