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