Skip to content

Commit 2b6fe22

Browse files
authored
Fix launch settings (#31)
1 parent 5c75878 commit 2b6fe22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/KubernetesWrapper/Properties/launchSettings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
"IIS Express": {
1313
"commandName": "IISExpress",
1414
"launchBrowser": true,
15-
"launchUrl": "api/pods",
15+
"launchUrl": "api/v1/deployments",
1616
"environmentVariables": {
1717
"ASPNETCORE_ENVIRONMENT": "Development"
1818
}
1919
},
2020
"KubernetesWrapper": {
2121
"commandName": "Project",
2222
"launchBrowser": true,
23-
"launchUrl": "api/pods",
24-
"applicationUrl": "https://localhost:5003;http://localhost:5004",
23+
"launchUrl": "api/v1/deployments",
24+
"applicationUrl": "http://localhost:5004",
2525
"environmentVariables": {
2626
"ASPNETCORE_ENVIRONMENT": "Development"
2727
}

0 commit comments

Comments
 (0)