1
0
mirror of https://github.com/bitwarden/server synced 2025-12-17 16:53:23 +00:00

vault with hash

This commit is contained in:
Kyle Spearrin
2017-08-16 23:44:14 -04:00
parent d2c5fb462c
commit 297b0253e4
5 changed files with 19 additions and 18 deletions

View File

@@ -28,6 +28,7 @@ namespace Bit.Core
public class BaseServiceUriSettings
{
public string Vault { get; set; }
public string VaultWithHash => $"{Vault}/#";
public string Api { get; set; }
public string Identity { get; set; }
public string InternalIdentity { get; set; }