Skip to content

Commit 8397a8c

Browse files
authored
Merge pull request #671 from ejohnson-dotnet/master
Updated launchSettings.json
2 parents a4ade9a + f6cd0fc commit 8397a8c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Host/Properties/launchSettings.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@
1818
"AbpCompanyName.AbpProjectName.Web.Host": {
1919
"commandName": "Project",
2020
"launchBrowser": true,
21-
"launchUrl": "https://localhost:44311/",
21+
"applicationUrl": "https://localhost:44311/",
2222
"environmentVariables": {
2323
"ASPNETCORE_ENVIRONMENT": "Development"
24-
},
25-
"applicationUrl": "https://localhost:44311/"
24+
}
2625
}
2726
}
2827
}

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/Properties/launchSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"AbpCompanyName.AbpProjectName.Web": {
1919
"commandName": "Project",
2020
"launchBrowser": true,
21-
"launchUrl": "https://localhost:44312",
21+
"applicationUrl": "https://localhost:44312",
2222
"environmentVariables": {
2323
"ASPNETCORE_ENVIRONMENT": "Development"
2424
}

0 commit comments

Comments
 (0)