mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 22:25:28 +01:00
6 lines
157 B
Text
6 lines
157 B
Text
@using BTCPayServer.Views
|
|
@using BTCPayServer.Views.Apps
|
|
@{
|
|
ViewBag.MainTitle = "Manage app";
|
|
ViewData.SetActiveCategory(typeof(AppsNavPages));
|
|
}
|