Skip to content

Commit be3e0fb

Browse files
committed
Fixed incorrect port number in launch settings
1 parent 8db25bb commit be3e0fb

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)