Skip to content

Commit 4d548ac

Browse files
author
FullReboot
committed
Remove unnecessary Controller Action parameter
1 parent 609ac37 commit 4d548ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Blogifier/Controllers/HomeController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public async Task<IActionResult> Index(string slug)
6161
}
6262

6363
[HttpGet("/admin")]
64-
public async Task<IActionResult> Admin(string slug)
64+
public async Task<IActionResult> Admin()
6565
{
6666
return File("~/index.html", "text/html");
6767
}

0 commit comments

Comments
 (0)