Skip to content

Commit

Permalink
changed launchSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasduft committed Mar 19, 2018
1 parent 0082c18 commit baf9af2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/WebApi/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"WebApi": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "api/values",
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:5000/"
}
}
}
}

0 comments on commit baf9af2

Please sign in to comment.