Add ability to change domain from server settings

This commit is contained in:
nicolas.dorier
2018-07-24 17:04:57 +09:00
parent b0d6216ffc
commit 27cea81cb2
7 changed files with 220 additions and 4 deletions

View File

@@ -7,6 +7,6 @@ namespace BTCPayServer.Views.Server
{
public enum ServerNavPages
{
Index, Users, Rates, Emails, Policies, Theme, Hangfire, Services
Index, Users, Rates, Emails, Policies, Theme, Hangfire, Services, Maintainance
}
}