Browse Source

IPv6 support.

pull/301/head
zlenner 9 months ago
parent
commit
534075af32
  1. 1
      src/cmd/rest.go

1
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")

Loading…
Cancel
Save