Browse Source

Removed unnecessary redirection from internal gateway launch settings

pull/3/head
Galip Tolga Erdem 5 years ago
parent
commit
23156a60d8
  1. 2
      gateways/internal/src/EShopOnAbp.InternalGateway/Properties/launchSettings.json

2
gateways/internal/src/EShopOnAbp.InternalGateway/Properties/launchSettings.json

@ -12,7 +12,6 @@
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "/",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
@ -21,7 +20,6 @@
"commandName": "Project",
"dotnetRunMessages": "true",
"launchBrowser": true,
"launchUrl": "/",
"applicationUrl": "https://localhost:44371",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"

Loading…
Cancel
Save