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 b1a30d8 commit 408eefaCopy full SHA for 408eefa
tests/CommunityToolkit.Datasync.OpenApiService/Properties/launchSettings.json
@@ -4,8 +4,9 @@
4
"http": {
5
"commandName": "Project",
6
"dotnetRunMessages": true,
7
- "launchBrowser": false,
+ "launchBrowser": true,
8
"applicationUrl": "http://localhost:5078",
9
+ "launchUrl": "openapi/v1.json",
10
"environmentVariables": {
11
"ASPNETCORE_ENVIRONMENT": "Development"
12
}
@@ -15,7 +16,7 @@
15
16
17
"launchBrowser": true,
18
"applicationUrl": "https://localhost:7193;http://localhost:5078",
- "launchUrl": "/openapi/v1.json",
19
20
21
22
0 commit comments