Test for invalid id
This commit is contained in:
parent
7e79bbee3e
commit
1837f126a3
2 changed files with 10 additions and 6 deletions
|
@ -33,9 +33,6 @@ namespace Robware.Api.Blog.Controllers {
|
|||
}
|
||||
}
|
||||
|
||||
//[HttpGet]
|
||||
//Task<BlogPost> GetPostByUrl();
|
||||
|
||||
//[HttpGet]
|
||||
//Task<IEnumerable<BlogPost>> GetLatestPosts(int limit, int offset = 0);
|
||||
|
||||
|
@ -45,9 +42,6 @@ namespace Robware.Api.Blog.Controllers {
|
|||
//[HttpGet]
|
||||
//Task<int> GetCount();
|
||||
|
||||
//[HttpGet]
|
||||
//Task<BlogPost> GetPostById(int id);
|
||||
|
||||
//[HttpPost]
|
||||
//Task<BlogPost> SavePost(BlogPost post);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue