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

more notification hub renames

This commit is contained in:
Kyle Spearrin
2018-08-16 13:50:41 -04:00
parent 80a49e53ac
commit 1ffa712b75
16 changed files with 31 additions and 31 deletions

View File

@@ -37,8 +37,8 @@ namespace Bit.Core
public string Api { get; set; }
public string Identity { get; set; }
public string Admin { get; set; }
public string Hub { get; set; }
public string InternalHub { get; set; }
public string Notifications { get; set; }
public string InternalNotifications { get; set; }
public string InternalAdmin { get; set; }
public string InternalIdentity { get; set; }
public string InternalApi { get; set; }