SharpRSS/SharpRSS.Blazor/Components/Pages/TestAdmin.razor

7 lines
93 B
Plaintext
Raw Permalink Normal View History

2024-07-13 16:29:27 +02:00
@page "/TestAdmin"
@attribute [Authorize(Roles = "Admin")]
<h3>TestAdmin</h3>
@code {
}