|
|
@ -11,7 +11,7 @@ |
|
|
|
"IIS Express": { |
|
|
|
"commandName": "IISExpress", |
|
|
|
"launchBrowser": true, |
|
|
|
"launchUrl": "api/values", |
|
|
|
"launchUrl": "swagger", |
|
|
|
"environmentVariables": { |
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development" |
|
|
|
} |
|
|
@ -19,7 +19,7 @@ |
|
|
|
"Microsoft.eShopOnContainers.Services.Basket.API": { |
|
|
|
"commandName": "Project", |
|
|
|
"launchBrowser": true, |
|
|
|
"launchUrl": "http://localhost:5000/api/values", |
|
|
|
"launchUrl": "http://localhost:5000/swagger", |
|
|
|
"environmentVariables": { |
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development" |
|
|
|
} |
|
|
|