diff --git a/CoreCms.Net.Web.Admin/Properties/launchSettings.json b/CoreCms.Net.Web.Admin/Properties/launchSettings.json index 1e1e153..da987f0 100644 --- a/CoreCms.Net.Web.Admin/Properties/launchSettings.json +++ b/CoreCms.Net.Web.Admin/Properties/launchSettings.json @@ -21,7 +21,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, - "applicationUrl": "http://localhost:5000" + "applicationUrl": "http://localhost:1987" } } } \ No newline at end of file diff --git a/CoreCms.Net.Web.WebApi/Properties/launchSettings.json b/CoreCms.Net.Web.WebApi/Properties/launchSettings.json index 2a00f55..91e57d0 100644 --- a/CoreCms.Net.Web.WebApi/Properties/launchSettings.json +++ b/CoreCms.Net.Web.WebApi/Properties/launchSettings.json @@ -22,7 +22,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, - "applicationUrl": "http://localhost:5000" + "applicationUrl": "http://localhost:2015" } } } \ No newline at end of file