Fix test name
This commit is contained in:
parent
b4281bea62
commit
c1eff209eb
2 changed files with 5 additions and 3 deletions
|
@ -52,8 +52,10 @@ namespace Robware.Api.Blog.Controllers {
|
|||
}
|
||||
}
|
||||
|
||||
//[HttpGet]
|
||||
//Task<BlogPost> GetLatestPost();
|
||||
[HttpGet(nameof(GetLatestPost))]
|
||||
public async Task<BlogPost> GetLatestPost() {
|
||||
return null;
|
||||
}
|
||||
|
||||
//[HttpGet]
|
||||
//Task<int> GetCount();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue