Skip to content

Commit d55e603

Browse files
Gencebay DemirGencebay Demir
authored andcommitted
Launch Url
1 parent 79cf4a3 commit d55e603

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/ServerTestApp/Properties/launchSettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"IIS Express": {
1212
"commandName": "IISExpress",
1313
"launchBrowser": true,
14-
"launchUrl": "api/values",
14+
"launchUrl": "swagger/ui/index.html#!/Discovery/ApiDiscoverySendAsyncPost",
1515
"environmentVariables": {
1616
"ASPNETCORE_ENVIRONMENT": "Development"
1717
}
1818
},
1919
"ServerTestApp": {
2020
"commandName": "Project",
2121
"launchBrowser": true,
22-
"launchUrl": "http://localhost:5000/api/values",
22+
"launchUrl": "http://localhost:5000/swagger/ui/index.html#!/Discovery/ApiDiscoverySendAsyncPost",
2323
"environmentVariables": {
2424
"ASPNETCORE_ENVIRONMENT": "Development"
2525
}

0 commit comments

Comments
 (0)