Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Update 1_client_credentials.rst (#880)
Browse files Browse the repository at this point in the history
Add MVC package option instead of referring to templates only
  • Loading branch information
janpieterz authored and leastprivilege committed Mar 6, 2017
1 parent 9a2a645 commit 494527b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstarts/1_client_credentials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Adding an API
^^^^^^^^^^^^^
Next, add an API to your solution.

You can use the ASP.NET Core Web API template for that.
You can use the ASP.NET Core Web API template for that, or add the ``Microsoft.AspNetCore.Mvc`` package to your project.
Again, we recommend you take control over the ports and use the same technique as you used
to configure Kestrel and the launch profile as before.
This walkthrough assumes you have configured your API to run on ``http://localhost:5001``.
Expand Down

0 comments on commit 494527b

Please sign in to comment.