fix hardcoded basePath

This commit is contained in:
tim-kos 2016-02-22 12:11:42 +01:00
parent eb9100e9bb
commit 67d7757e9f
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ func main() {
handler, err := tusd.NewHandler(tusd.Config{
MaxSize: maxSize,
BasePath: "files/",
BasePath: basepath,
DataStore: store,
NotifyCompleteUploads: true,
})