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 5c75878 commit 2b6fe22Copy full SHA for 2b6fe22
src/KubernetesWrapper/Properties/launchSettings.json
@@ -12,16 +12,16 @@
12
"IIS Express": {
13
"commandName": "IISExpress",
14
"launchBrowser": true,
15
- "launchUrl": "api/pods",
+ "launchUrl": "api/v1/deployments",
16
"environmentVariables": {
17
"ASPNETCORE_ENVIRONMENT": "Development"
18
}
19
},
20
"KubernetesWrapper": {
21
"commandName": "Project",
22
23
24
- "applicationUrl": "https://localhost:5003;http://localhost:5004",
+ "applicationUrl": "http://localhost:5004",
25
26
27
0 commit comments