mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
attachments build cleanup
This commit is contained in:
@ -12,7 +12,7 @@ namespace Bit.Core.Models.Api
|
||||
: base("attachment")
|
||||
{
|
||||
Id = id;
|
||||
Url = $"{globalSettings.Attachment.BaseUrl}{cipher.Id}/{id}";
|
||||
Url = $"{globalSettings.Attachment.BaseUrl}/{cipher.Id}/{id}";
|
||||
FileName = data.FileName;
|
||||
Size = data.SizeString;
|
||||
SizeName = Utilities.CoreHelpers.ReadableBytesSize(data.Size);
|
||||
|
Reference in New Issue
Block a user