diff --git a/cmd/tusd/main.go b/cmd/tusd/main.go index 7b4889b..b772061 100644 --- a/cmd/tusd/main.go +++ b/cmd/tusd/main.go @@ -95,7 +95,7 @@ func main() { handler, err := tusd.NewHandler(tusd.Config{ MaxSize: maxSize, - BasePath: "files/", + BasePath: basepath, StoreComposer: composer, NotifyCompleteUploads: true, })