mirror of
https://github.com/PacktPublishing/Web-Development-with-Blazor-Second-Edition.git
synced 2026-04-05 14:25:37 +00:00
Minor corrections
This commit is contained in:
parent
e95110f33d
commit
accf488f9c
9 changed files with 11 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
@page "/admin/blogposts/new"
|
||||
@page "/admin/blogposts/{Id}"
|
||||
@attribute [Authorize]
|
||||
@inject IBlogApi _api
|
||||
@inject NavigationManager _manager
|
||||
@using Components.RazorComponents
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue