We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79cf4a3 commit d55e603Copy full SHA for d55e603
test/ServerTestApp/Models/SımpleModel.cs test/ServerTestApp/Models/SimpleModel.cstest/ServerTestApp/Models/SımpleModel.cs renamed to test/ServerTestApp/Models/SimpleModel.cs
test/ServerTestApp/Properties/launchSettings.json
@@ -11,15 +11,15 @@
11
"IIS Express": {
12
"commandName": "IISExpress",
13
"launchBrowser": true,
14
- "launchUrl": "api/values",
+ "launchUrl": "swagger/ui/index.html#!/Discovery/ApiDiscoverySendAsyncPost",
15
"environmentVariables": {
16
"ASPNETCORE_ENVIRONMENT": "Development"
17
}
18
},
19
"ServerTestApp": {
20
"commandName": "Project",
21
22
- "launchUrl": "http://localhost:5000/api/values",
+ "launchUrl": "http://localhost:5000/swagger/ui/index.html#!/Discovery/ApiDiscoverySendAsyncPost",
23
24
25
0 commit comments