update launchSettings

This commit is contained in:
Collin M. Barrett 2017-10-31 05:49:48 -05:00
parent c3a410c075
commit 83a7164b92
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:49980/"
"applicationUrl": "http://localhost:5000/"
}
}
}

View file

@ -6,7 +6,7 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:57712/"
"applicationUrl": "http://localhost:5001/"
}
}
}