mirror of
https://github.com/SphericalKat/medium.rip.git
synced 2025-06-08 03:45:57 +00:00
Update api.go
This commit is contained in:
parent
b21a4c7e31
commit
20e2679dbd
@ -16,6 +16,7 @@ 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",
|
||||||
|
Loading…
Reference in New Issue
Block a user