Browse Source

use a different port

pull/37/head
Ryan Nowak 7 years ago
parent
commit
80106201a6
  1. 2
      samples/frontend-backend/backend/Properties/launchSettings.json

2
samples/frontend-backend/backend/Properties/launchSettings.json

@ -18,7 +18,7 @@
"backend": {
"commandName": "Project",
"launchBrowser": true,
"applicationUrl": "https://localhost:5001;http://localhost:5000",
"applicationUrl": "https://localhost:5002;http://localhost:5003",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}

Loading…
Cancel
Save