diff --git a/storage/storage.go b/storage/storage.go index a56f8a8..a76f992 100644 --- a/storage/storage.go +++ b/storage/storage.go @@ -628,7 +628,7 @@ func (s *StorageServiceImpl) GetFile(hash []byte) (io.ReadCloser, uint64, error) SetPathParam("path", hashStr). SetQueryParam("bucket", upload.Protocol). DisableAutoReadResponse(). - Get("/api/worker/object/{path}") + Get("/api/worker/objects/{path}") if err != nil { return nil, 0, err