Update api.go

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

View File

@ -22,6 +22,7 @@ func RegisterRoutes(ctx context.Context, wg *sync.WaitGroup, engine *html.Engine
AppName: "Katbox", AppName: "Katbox",
DisableStartupMessage: true, DisableStartupMessage: true,
Views: engine, Views: engine,
Network: "tcp",
}) })
// static file server // static file server