btcpayserver/BTCPayServer/Views/Server/_ViewStart.cshtml

5 lines
95 B
Plaintext
Raw Normal View History

@{
Layout = "../Shared/_NavLayout.cshtml";
ViewBag.MainTitle = "Server settings";
}