Skip to content

Commit

Permalink
Fix launch URL so it goes to swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalis committed Nov 21, 2024
1 parent d1a2b14 commit b218407
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/Clean.Architecture.Web/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,20 @@
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:57679/"
},
"IIS Express": {
"commandName": "IISExpress",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}

0 comments on commit b218407

Please sign in to comment.