diff --git a/cmd/tusd/main.go b/cmd/tusd/main.go index dbaaa11..d5a1d6d 100644 --- a/cmd/tusd/main.go +++ b/cmd/tusd/main.go @@ -89,7 +89,7 @@ func main() { handler, err := tusd.NewHandler(tusd.Config{ MaxSize: maxSize, - BasePath: "files/", + BasePath: basepath, DataStore: store, NotifyCompleteUploads: true, })