diff --git a/.vs/WMS.Web/DesignTimeBuild/.dtbcache.v2 b/.vs/WMS.Web/DesignTimeBuild/.dtbcache.v2 index 396d7c8a..df6a847b 100644 Binary files a/.vs/WMS.Web/DesignTimeBuild/.dtbcache.v2 and b/.vs/WMS.Web/DesignTimeBuild/.dtbcache.v2 differ diff --git a/src/WMS.Web.Api/Properties/launchSettings.json b/src/WMS.Web.Api/Properties/launchSettings.json index 3060f646..2215dc14 100644 --- a/src/WMS.Web.Api/Properties/launchSettings.json +++ b/src/WMS.Web.Api/Properties/launchSettings.json @@ -8,15 +8,15 @@ } }, "$schema": "http://json.schemastore.org/launchsettings.json", - //"profiles": { - // "IIS Express": { - // "commandName": "IISExpress", - // "launchBrowser": true, - // "launchUrl": "swagger", - // "environmentVariables": { - // "ASPNETCORE_ENVIRONMENT": "Development" - // } - // }, + "profiles": { + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "launchUrl": "swagger", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, "WMS.Web.Api": { "commandName": "Project", "launchBrowser": false,