From 1b31b0f4f7c9425d05227b1d10235a95049fbac7 Mon Sep 17 00:00:00 2001 From: Anikait <50035624+anikait1@users.noreply.github.com> Date: Tue, 15 Dec 2020 16:11:49 +0530 Subject: [PATCH] Fixed a minor typo ServiceUrl -> serviceUrl --- .../3. Add front-end, render agenda, set up front-end models.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3. Add front-end, render agenda, set up front-end models.md b/docs/3. Add front-end, render agenda, set up front-end models.md index 347ce314..34c25120 100644 --- a/docs/3. Add front-end, render agenda, set up front-end models.md +++ b/docs/3. Add front-end, render agenda, set up front-end models.md @@ -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