Skip to content

Commit a9a1a1f

Browse files
committed
move sample one level up for consistency
1 parent 2084352 commit a9a1a1f

38 files changed

+3
-3
lines changed

2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF.sln

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.4.33110.190
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CallGraphBFF", "CallGraphBFF\CallGraphBFF.csproj", "{1E7F0004-16EB-42EB-89FF-31D6EBB1965E}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CallGraphBFF", "CallGraphBFF.csproj", "{1E7F0004-16EB-42EB-89FF-31D6EBB1965E}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution

2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/appsettings.json renamed to 2-WebApp-graph-user/2-6-BFF-Proxy/appsettings.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{
88
"SourceType": "ClientSecret",
99
"ClientSecret": "Enter_the_Client_Secret_Here"
10-
},
10+
}
1111
// {
1212
// "SourceType": "StoreWithDistinguishedName",
1313
// "CertificateStorePath": "CurrentUser/My",
@@ -32,4 +32,4 @@
3232
}
3333
},
3434
"AllowedHosts": "*"
35-
}
35+
}

0 commit comments

Comments
 (0)