mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
Fix attachments typo (#1374)
This commit is contained in:
parent
10e85e0181
commit
58954f161e
@ -10,8 +10,8 @@ namespace Bit.Core.Settings
|
|||||||
public GlobalSettings()
|
public GlobalSettings()
|
||||||
{
|
{
|
||||||
BaseServiceUri = new BaseServiceUriSettings(this);
|
BaseServiceUri = new BaseServiceUriSettings(this);
|
||||||
Attachment = new FileStorageSettings(this, "attchments", "attchments");
|
Attachment = new FileStorageSettings(this, "attachments", "attachments");
|
||||||
Send = new FileStorageSettings(this, "attchments/send", "attchments/send");
|
Send = new FileStorageSettings(this, "attachments/send", "attachments/send");
|
||||||
DataProtection = new DataProtectionSettings(this);
|
DataProtection = new DataProtectionSettings(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user