Blog post create
This commit is contained in:
parent
409528b8d4
commit
c51f11c7dc
9 changed files with 31 additions and 15 deletions
|
|
@ -95,7 +95,7 @@ namespace Yavsc.Controllers
|
|||
[Authorize()]
|
||||
public IActionResult Create(string title)
|
||||
{
|
||||
var result = new BlogPostBase
|
||||
var result = new BlogPostCreateViewModel
|
||||
{
|
||||
Title = title
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue