Skip to content

Commit 9a179ce

Browse files
committed
update final deps
1 parent 86c4cf1 commit 9a179ce

3 files changed

Lines changed: 4162 additions & 860 deletions

File tree

2-Authorization/1-call-api-react/API/ToDoListAPI/appsettings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"AzureAd": {
3-
"Instance": "https://Enter_the_Tenant_Subdomain_Here.ciamlogin.com/",
4-
"TenantId": "Enter_the_Tenant_Id_Here",
5-
"ClientId": "Enter_the_Application_Id_Here",
3+
"Instance": "https://TrialTenantkwFwHYij.ciamlogin.com/",
4+
"TenantId": "1f8afb3b-271f-401d-ac59-f53b1c7bfce7",
5+
"ClientId": "9c41be2b-d52d-4209-b987-1459a3d62d99",
66
"Scopes": {
77
"Read": ["ToDoList.Read", "ToDoList.ReadWrite"],
88
"Write": ["ToDoList.ReadWrite"]

2-Authorization/1-call-api-react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ Open the project in your IDE (like Visual Studio or Visual Studio Code) to confi
245245
From your shell or command line, execute the following commands:
246246
247247
```console
248-
cd 2-Authorization\1-call-api-react\API
248+
cd 2-Authorization\1-call-api-react\API\ToDoListAPI
249249
dotnet run
250250
```
251251

0 commit comments

Comments
 (0)