diff --git a/LawCompany/LawCompanyRestApi/Properties/launchSettings.json b/LawCompany/LawCompanyRestApi/Properties/launchSettings.json index ead9adf..303eb33 100644 --- a/LawCompany/LawCompanyRestApi/Properties/launchSettings.json +++ b/LawCompany/LawCompanyRestApi/Properties/launchSettings.json @@ -1,23 +1,14 @@ { - "$schema": "https://json.schemastore.org/launchsettings.json", - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:63687", - "sslPort": 44301 - } - }, "profiles": { - "LawCompanyRestApi": { + "LawFirmRestApi": { "commandName": "Project", - "dotnetRunMessages": true, "launchBrowser": true, "launchUrl": "swagger", - "applicationUrl": "https://localhost:7245;http://localhost:5035", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" - } + }, + "dotnetRunMessages": true, + "applicationUrl": "https://localhost:7245;http://localhost:5035" }, "IIS Express": { "commandName": "IISExpress", @@ -27,5 +18,14 @@ "ASPNETCORE_ENVIRONMENT": "Development" } } + }, + "$schema": "https://json.schemastore.org/launchsettings.json", + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:63687", + "sslPort": 44301 + } } -} +} \ No newline at end of file diff --git a/LawCompany/LawCompanyRestApi/log4net.config b/LawCompany/LawCompanyRestApi/log4net.config index ad42f3b..50a77d3 100644 --- a/LawCompany/LawCompanyRestApi/log4net.config +++ b/LawCompany/LawCompanyRestApi/log4net.config @@ -1,16 +1,16 @@  - - - - - - \ No newline at end of file + + + + + + + + + + + + + + + \ No newline at end of file