diff --git a/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/.gitignore b/2-WebApp-graph-user/2-6-BFF-Proxy/.gitignore
similarity index 100%
rename from 2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/.gitignore
rename to 2-WebApp-graph-user/2-6-BFF-Proxy/.gitignore
diff --git a/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/CallGraphBFF.csproj b/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF.csproj
similarity index 100%
rename from 2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/CallGraphBFF.csproj
rename to 2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF.csproj
diff --git a/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF.sln b/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF.sln
index 84f0e526..7057694a 100644
--- a/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF.sln
+++ b/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
 # Visual Studio Version 17
 VisualStudioVersion = 17.4.33110.190
 MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CallGraphBFF", "CallGraphBFF\CallGraphBFF.csproj", "{1E7F0004-16EB-42EB-89FF-31D6EBB1965E}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CallGraphBFF", "CallGraphBFF.csproj", "{1E7F0004-16EB-42EB-89FF-31D6EBB1965E}"
 EndProject
 Global
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution
diff --git a/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/.env b/2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/.env
similarity index 100%
rename from 2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/.env
rename to 2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/.env
diff --git a/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/.env.development b/2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/.env.development
similarity index 100%
rename from 2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/.env.development
rename to 2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/.env.development
diff --git a/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/.gitignore b/2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/.gitignore
similarity index 100%
rename from 2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/.gitignore
rename to 2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/.gitignore
diff --git a/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/README.md b/2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/README.md
similarity index 100%
rename from 2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/README.md
rename to 2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/README.md
diff --git a/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/aspnetcore-https.js b/2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/aspnetcore-https.js
similarity index 100%
rename from 2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/aspnetcore-https.js
rename to 2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/aspnetcore-https.js
diff --git a/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/aspnetcore-react.js b/2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/aspnetcore-react.js
similarity index 100%
rename from 2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/aspnetcore-react.js
rename to 2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/aspnetcore-react.js
diff --git a/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/package-lock.json b/2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/package-lock.json
similarity index 100%
rename from 2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/package-lock.json
rename to 2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/package-lock.json
diff --git a/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/package.json b/2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/package.json
similarity index 100%
rename from 2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/package.json
rename to 2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/package.json
diff --git a/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/public/favicon.ico b/2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/public/favicon.ico
similarity index 100%
rename from 2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/public/favicon.ico
rename to 2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/public/favicon.ico
diff --git a/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/public/index.html b/2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/public/index.html
similarity index 100%
rename from 2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/public/index.html
rename to 2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/public/index.html
diff --git a/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/public/manifest.json b/2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/public/manifest.json
similarity index 100%
rename from 2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/public/manifest.json
rename to 2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/public/manifest.json
diff --git a/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/src/App.js b/2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/src/App.js
similarity index 100%
rename from 2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/src/App.js
rename to 2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/src/App.js
diff --git a/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/src/App.test.js b/2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/src/App.test.js
similarity index 100%
rename from 2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/src/App.test.js
rename to 2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/src/App.test.js
diff --git a/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/src/AuthProvider.js b/2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/src/AuthProvider.js
similarity index 100%
rename from 2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/src/AuthProvider.js
rename to 2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/src/AuthProvider.js
diff --git a/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/src/components/FetchGraph.js b/2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/src/components/FetchGraph.js
similarity index 100%
rename from 2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/src/components/FetchGraph.js
rename to 2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/src/components/FetchGraph.js
diff --git a/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/src/components/Home.js b/2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/src/components/Home.js
similarity index 100%
rename from 2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/src/components/Home.js
rename to 2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/src/components/Home.js
diff --git a/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/src/components/Layout.js b/2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/src/components/Layout.js
similarity index 100%
rename from 2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/src/components/Layout.js
rename to 2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/src/components/Layout.js
diff --git a/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/src/components/NavMenu.css b/2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/src/components/NavMenu.css
similarity index 100%
rename from 2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/src/components/NavMenu.css
rename to 2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/src/components/NavMenu.css
diff --git a/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/src/components/NavMenu.js b/2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/src/components/NavMenu.js
similarity index 100%
rename from 2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/src/components/NavMenu.js
rename to 2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/src/components/NavMenu.js
diff --git a/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/src/custom.css b/2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/src/custom.css
similarity index 100%
rename from 2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/src/custom.css
rename to 2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/src/custom.css
diff --git a/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/src/index.js b/2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/src/index.js
similarity index 100%
rename from 2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/src/index.js
rename to 2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/src/index.js
diff --git a/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/src/reportWebVitals.js b/2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/src/reportWebVitals.js
similarity index 100%
rename from 2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/src/reportWebVitals.js
rename to 2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/src/reportWebVitals.js
diff --git a/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/src/service-worker.js b/2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/src/service-worker.js
similarity index 100%
rename from 2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/src/service-worker.js
rename to 2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/src/service-worker.js
diff --git a/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/src/serviceWorkerRegistration.js b/2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/src/serviceWorkerRegistration.js
similarity index 100%
rename from 2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/src/serviceWorkerRegistration.js
rename to 2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/src/serviceWorkerRegistration.js
diff --git a/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/src/setupProxy.js b/2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/src/setupProxy.js
similarity index 100%
rename from 2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/ClientApp/src/setupProxy.js
rename to 2-WebApp-graph-user/2-6-BFF-Proxy/ClientApp/src/setupProxy.js
diff --git a/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/Controllers/AuthController.cs b/2-WebApp-graph-user/2-6-BFF-Proxy/Controllers/AuthController.cs
similarity index 100%
rename from 2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/Controllers/AuthController.cs
rename to 2-WebApp-graph-user/2-6-BFF-Proxy/Controllers/AuthController.cs
diff --git a/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/Controllers/ProfileController.cs b/2-WebApp-graph-user/2-6-BFF-Proxy/Controllers/ProfileController.cs
similarity index 100%
rename from 2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/Controllers/ProfileController.cs
rename to 2-WebApp-graph-user/2-6-BFF-Proxy/Controllers/ProfileController.cs
diff --git a/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/Pages/Error.cshtml b/2-WebApp-graph-user/2-6-BFF-Proxy/Pages/Error.cshtml
similarity index 100%
rename from 2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/Pages/Error.cshtml
rename to 2-WebApp-graph-user/2-6-BFF-Proxy/Pages/Error.cshtml
diff --git a/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/Pages/Error.cshtml.cs b/2-WebApp-graph-user/2-6-BFF-Proxy/Pages/Error.cshtml.cs
similarity index 100%
rename from 2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/Pages/Error.cshtml.cs
rename to 2-WebApp-graph-user/2-6-BFF-Proxy/Pages/Error.cshtml.cs
diff --git a/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/Pages/_ViewImports.cshtml b/2-WebApp-graph-user/2-6-BFF-Proxy/Pages/_ViewImports.cshtml
similarity index 100%
rename from 2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/Pages/_ViewImports.cshtml
rename to 2-WebApp-graph-user/2-6-BFF-Proxy/Pages/_ViewImports.cshtml
diff --git a/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/Program.cs b/2-WebApp-graph-user/2-6-BFF-Proxy/Program.cs
similarity index 100%
rename from 2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/Program.cs
rename to 2-WebApp-graph-user/2-6-BFF-Proxy/Program.cs
diff --git a/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/Properties/launchSettings.json b/2-WebApp-graph-user/2-6-BFF-Proxy/Properties/launchSettings.json
similarity index 100%
rename from 2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/Properties/launchSettings.json
rename to 2-WebApp-graph-user/2-6-BFF-Proxy/Properties/launchSettings.json
diff --git a/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/Utils/CustomCookieAuthenticationEvents.cs b/2-WebApp-graph-user/2-6-BFF-Proxy/Utils/CustomCookieAuthenticationEvents.cs
similarity index 100%
rename from 2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/Utils/CustomCookieAuthenticationEvents.cs
rename to 2-WebApp-graph-user/2-6-BFF-Proxy/Utils/CustomCookieAuthenticationEvents.cs
diff --git a/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/appsettings.Development.json b/2-WebApp-graph-user/2-6-BFF-Proxy/appsettings.Development.json
similarity index 100%
rename from 2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/appsettings.Development.json
rename to 2-WebApp-graph-user/2-6-BFF-Proxy/appsettings.Development.json
diff --git a/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/appsettings.json b/2-WebApp-graph-user/2-6-BFF-Proxy/appsettings.json
similarity index 98%
rename from 2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/appsettings.json
rename to 2-WebApp-graph-user/2-6-BFF-Proxy/appsettings.json
index b2fdcee3..17d3ba70 100644
--- a/2-WebApp-graph-user/2-6-BFF-Proxy/CallGraphBFF/appsettings.json
+++ b/2-WebApp-graph-user/2-6-BFF-Proxy/appsettings.json
@@ -7,7 +7,7 @@
       {
         "SourceType": "ClientSecret",
         "ClientSecret": "Enter_the_Client_Secret_Here"
-      },
+      }
       //  {
       //    "SourceType": "StoreWithDistinguishedName",
       //    "CertificateStorePath": "CurrentUser/My",
@@ -32,4 +32,4 @@
     }
   },
   "AllowedHosts": "*"
-}
+}
\ No newline at end of file