This commit is contained in:
parent
db4e05f1b7
commit
cda9cc8322
2
main.go
2
main.go
@ -36,7 +36,7 @@ func main() {
|
|||||||
|
|
||||||
app := fiber.New(fiber.Config{
|
app := fiber.New(fiber.Config{
|
||||||
Views: engine,
|
Views: engine,
|
||||||
Prefork: true,
|
Prefork: false,
|
||||||
AppName: "GotHub",
|
AppName: "GotHub",
|
||||||
ErrorHandler: func(ctx *fiber.Ctx, err error) error {
|
ErrorHandler: func(ctx *fiber.Ctx, err error) error {
|
||||||
code := fiber.StatusInternalServerError
|
code := fiber.StatusInternalServerError
|
||||||
|
Loading…
Reference in New Issue
Block a user