diff --git a/src/cmd/rest.go b/src/cmd/rest.go index 9189d30..6695407 100644 --- a/src/cmd/rest.go +++ b/src/cmd/rest.go @@ -40,6 +40,7 @@ func restServer(_ *cobra.Command, _ []string) { app := fiber.New(fiber.Config{ Views: engine, BodyLimit: int(config.WhatsappSettingMaxVideoSize), + Network: "tcp", }) app.Static("/statics", "./statics")