Test for invalid id

This commit is contained in:
Robert Marshall 2020-04-10 10:11:55 +01:00
parent 7e79bbee3e
commit 1837f126a3
2 changed files with 10 additions and 6 deletions

View file

@ -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);