Skip to content

Commit 408eefa

Browse files
author
Adrian Hall
committed
(#48) Corrected launchSettings
1 parent b1a30d8 commit 408eefa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/CommunityToolkit.Datasync.OpenApiService/Properties/launchSettings.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
"http": {
55
"commandName": "Project",
66
"dotnetRunMessages": true,
7-
"launchBrowser": false,
7+
"launchBrowser": true,
88
"applicationUrl": "http://localhost:5078",
9+
"launchUrl": "openapi/v1.json",
910
"environmentVariables": {
1011
"ASPNETCORE_ENVIRONMENT": "Development"
1112
}
@@ -15,7 +16,7 @@
1516
"dotnetRunMessages": true,
1617
"launchBrowser": true,
1718
"applicationUrl": "https://localhost:7193;http://localhost:5078",
18-
"launchUrl": "/openapi/v1.json",
19+
"launchUrl": "openapi/v1.json",
1920
"environmentVariables": {
2021
"ASPNETCORE_ENVIRONMENT": "Development"
2122
}

0 commit comments

Comments
 (0)