Update api.go

This commit is contained in:
mycodedoesnotcompile2 2025-06-03 18:15:57 +00:00 committed by GitHub
parent b21a4c7e31
commit 20e2679dbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,6 +16,7 @@ import (
)
func RegisterRoutes(ctx context.Context, wg *sync.WaitGroup, engine *html.Engine, fs http.FileSystem) {
// more Fiber options at https://docs.gofiber.io/api/fiber/
app := fiber.New(fiber.Config{
StreamRequestBody: true,
ServerHeader: "Katbox",