Skip to content

Commit 5f9bd7d

Browse files
rasoducommonsensesoftware
authored andcommitted
BasicSample profile should open swagger page.
1 parent 8815723 commit 5f9bd7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/aspnetcore/SwaggerSample/Properties/launchSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"BasicSample": {
2020
"commandName": "Project",
2121
"launchBrowser": true,
22-
"launchUrl": "http://localhost:5000/api/values",
22+
"launchUrl": "http://localhost:5000/swagger",
2323
"environmentVariables": {
2424
"ASPNETCORE_ENVIRONMENT": "Development"
2525
}

0 commit comments

Comments
 (0)