mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-27 02:44:32 +01:00
7 lines
157 B
Plaintext
7 lines
157 B
Plaintext
@using BTCPayServer.Views
|
|
@using BTCPayServer.Views.Apps
|
|
@{
|
|
ViewBag.MainTitle = "Manage app";
|
|
ViewData.SetActiveCategory(typeof(AppsNavPages));
|
|
}
|