mirror of
https://github.com/get-drexa/drive.git
synced 2026-02-03 01:01:17 +00:00
fix: some weird upload bugs
This commit is contained in:
@@ -19,7 +19,8 @@ import (
|
||||
|
||||
func NewServer(c Config) (*fiber.App, error) {
|
||||
app := fiber.New(fiber.Config{
|
||||
ErrorHandler: httperr.ErrorHandler,
|
||||
ErrorHandler: httperr.ErrorHandler,
|
||||
StreamRequestBody: true,
|
||||
})
|
||||
app.Use(logger.New())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user