Skip to content

Commit

Permalink
Remove the admin field from the config object (#2252)
Browse files Browse the repository at this point in the history
  • Loading branch information
coltonhurst committed Sep 8, 2022
1 parent 6a0e134 commit e2eb0de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Api/Models/Response/ConfigResponseModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public ConfigResponseModel(IGlobalSettings globalSettings, string obj = "config"
Vault = globalSettings.BaseServiceUri.Vault,
Api = globalSettings.BaseServiceUri.Api,
Identity = globalSettings.BaseServiceUri.Identity,
Admin = globalSettings.BaseServiceUri.Admin,
Notifications = globalSettings.BaseServiceUri.Notifications,
Sso = globalSettings.BaseServiceUri.Sso
};
Expand All @@ -45,7 +44,6 @@ public class EnvironmentConfigResponseModel
public string Vault { get; set; }
public string Api { get; set; }
public string Identity { get; set; }
public string Admin { get; set; }
public string Notifications { get; set; }
public string Sso { get; set; }
}

0 comments on commit e2eb0de

Please sign in to comment.