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

Commit

Permalink
Merge branch 'release' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
leastprivilege committed Mar 6, 2017
2 parents 370a3d0 + 494527b commit 3d8e1e6
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 3d8e1e6

Please sign in to comment.