diff --git a/tus/tus.go b/tus/tus.go index 6a13cc2..7303788 100644 --- a/tus/tus.go +++ b/tus/tus.go @@ -34,6 +34,7 @@ func Init() *tusd.Handler { composer.UseConcater(store) composer.UseLocker(memorylocker.New()) composer.UseTerminater(store) + shared.SetTusComposer(composer) handler, err := tusd.NewHandler(tusd.Config{ BasePath: "/api/v1" + TUS_API_PATH,