From 6cf787796006e1f3f06dcbbaa8c451dc44a99b5a Mon Sep 17 00:00:00 2001 From: Andrea Pace <6067414+andreapace@users.noreply.github.com> Date: Wed, 10 Nov 2021 17:47:56 +0000 Subject: [PATCH] Update first-web-api.md (#23840) --- aspnetcore/tutorials/first-web-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/tutorials/first-web-api.md b/aspnetcore/tutorials/first-web-api.md index a337b30b92..4ce94555c3 100644 --- a/aspnetcore/tutorials/first-web-api.md +++ b/aspnetcore/tutorials/first-web-api.md @@ -151,7 +151,7 @@ Run the app: * Select the **.NET Core** task template. * Press Ctrl+F5. -In a browser, go to following URL: [https://localhost:5001/swagger](https://localhost:5001/swagger) +In a browser, navigate to `https://localhost:/swagger`, where `` is the randomly chosen port number displayed in the output. # [Visual Studio for Mac](#tab/visual-studio-mac)