mirror of
https://github.com/SphericalKat/medium.rip.git
synced 2025-06-08 03:45:57 +00:00
Merge 20e2679dbd
into 0cd9fd70cb
This commit is contained in:
commit
c146c36c53
@ -16,12 +16,14 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func RegisterRoutes(ctx context.Context, wg *sync.WaitGroup, engine *html.Engine, fs http.FileSystem) {
|
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{
|
app := fiber.New(fiber.Config{
|
||||||
StreamRequestBody: true,
|
StreamRequestBody: true,
|
||||||
ServerHeader: "Katbox",
|
ServerHeader: "Katbox",
|
||||||
AppName: "Katbox",
|
AppName: "Katbox",
|
||||||
DisableStartupMessage: true,
|
DisableStartupMessage: true,
|
||||||
Views: engine,
|
Views: engine,
|
||||||
|
Network: "tcp",
|
||||||
})
|
})
|
||||||
|
|
||||||
// static file server
|
// static file server
|
||||||
|
Loading…
Reference in New Issue
Block a user