Fixed code snippet include in first Web API tutorial (#1578)

pull/1589/head
Fabian Parzefall 2016-06-30 16:29:12 +02:00 committed by Rachel Appel
parent 5ab5d8d0ff
commit 666e0beff6
1 changed files with 2 additions and 2 deletions

View File

@ -115,8 +115,8 @@ In the ``ConfigureServices`` method, add the highlighted code:
.. literalinclude:: first-web-api/sample/src/TodoApi/Startup.cs
:language: c#
:lines: 25-31
:emphasize-lines: 6
:lines: 13-23
:emphasize-lines: 9-10
:dedent: 8
Add a controller