Skip to content

Commit f6cd0fc

Browse files
Updated launchSettings.json
Updated launchSettings.json to use applicationUrl instead of launchUrl.
1 parent a4ade9a commit f6cd0fc

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)