diff options
Diffstat (limited to 'code/api/Properties/launchSettings.json')
| -rw-r--r-- | code/api/Properties/launchSettings.json | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/code/api/Properties/launchSettings.json b/code/api/Properties/launchSettings.json index 778fa45..c5b268a 100644 --- a/code/api/Properties/launchSettings.json +++ b/code/api/Properties/launchSettings.json @@ -5,21 +5,11 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": false, - "launchUrl": "swagger", + "launchUrl": "", "applicationUrl": "http://localhost:5068", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } - }, - "https": { - "commandName": "Project", - "dotnetRunMessages": true, - "launchBrowser": false, - "launchUrl": "swagger", - "applicationUrl": "https://localhost:7291;http://localhost:5068", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - }, + } } } |
