Line 175 from /detail to /details (#2819)

pull/2801/merge
H Masri 2017-02-24 06:01:41 +08:00 committed by Rick Anderson
parent a47db5277c
commit 3f95447c98
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ Add the following method to the `BooksController` class.
[!code-csharp[Main](create-a-rest-api-with-attribute-routing/samples/sample13.cs)]
If you request `/api/books/1/detail`, the response looks like this:
If you request `/api/books/1/details`, the response looks like this:
[!code-json[Main](create-a-rest-api-with-attribute-routing/samples/sample14.json)]