Skip to content

Commit f2deb3b

Browse files
authored
Merge pull request #323 from jessejjohnson/master
Fixed incorrect port number in launch settings
2 parents 8db25bb + be3e0fb commit f2deb3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"environmentVariables": {
2323
"ASPNETCORE_ENVIRONMENT": "Development"
2424
},
25-
"applicationUrl": "http://localhost:12021/"
25+
"applicationUrl": "http://localhost:21021/"
2626
}
2727
}
2828
}

0 commit comments

Comments
 (0)