Skip to content

Commit 759512a

Browse files
committed
Fixes parameter name
1 parent 34f7f7a commit 759512a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ProgrammerAl.Site/ProgrammerAl.Site/Pages/PresentationSlides.razor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
@page "/posts/{PostUrl}/slides/{Index:int}"
2-
@page "/drafts/{PostUrl}/slides/{Index:int}"
1+
@page "/posts/{PostUrl}/slides/{Id:int}"
2+
@page "/drafts/{PostUrl}/slides/{Id:int}"
33
@layout EmptyLayout
44
@using System.Text.Encodings.Web;
55
@using ProgrammerAl.Site.Components

0 commit comments

Comments
 (0)