Skip to content

Commit 07857f6

Browse files
rasoducommonsensesoftware
authored andcommitted
Fix launch url and profile name.
1 parent 5f9bd7d commit 07857f6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/aspnetcore/BasicSample/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/api/values?api-version=1.0",
2323
"environmentVariables": {
2424
"ASPNETCORE_ENVIRONMENT": "Development"
2525
}

samples/aspnetcore/ConventionsSample/Properties/launchSettings.json

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

samples/aspnetcore/SwaggerSample/Properties/launchSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"ASPNETCORE_ENVIRONMENT": "Development"
1717
}
1818
},
19-
"BasicSample": {
19+
"SwaggerSample": {
2020
"commandName": "Project",
2121
"launchBrowser": true,
2222
"launchUrl": "http://localhost:5000/swagger",

0 commit comments

Comments
 (0)