Merge branch 'master' of github.com:tus/tusd into composer
Conflicts: cmd/tusd/main.go
This commit is contained in:
commit
4675d90a4e
|
@ -95,7 +95,7 @@ func main() {
|
||||||
|
|
||||||
handler, err := tusd.NewHandler(tusd.Config{
|
handler, err := tusd.NewHandler(tusd.Config{
|
||||||
MaxSize: maxSize,
|
MaxSize: maxSize,
|
||||||
BasePath: "files/",
|
BasePath: basepath,
|
||||||
StoreComposer: composer,
|
StoreComposer: composer,
|
||||||
NotifyCompleteUploads: true,
|
NotifyCompleteUploads: true,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue