Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ In this session, we'll add the front end web site, with a public (anonymous) hom
1. Open the *appsettings.json* file and add the configuration key for `serviceUrl` pointing to the URL your specific BackEnd API application is configured to run in (check your *launchSettings.json* file for the specific port your BackEnd API application uses):

``` json
"ServiceUrl": "https://localhost:56009/"
"serviceUrl": "https://localhost:56009/"
```

## List the sessions on the home page
Expand Down