Browse Source

Change http to https in yarp.json

pull/110/head
Mahmut Gundogdu 4 years ago
parent
commit
919318d036
  1. 2
      gateways/web-public/src/EShopOnAbp.WebPublicGateway/yarp.json

2
gateways/web-public/src/EShopOnAbp.WebPublicGateway/yarp.json

@ -56,7 +56,7 @@
"administrationCluster": {
"Destinations": {
"destination1": {
"Address": "http://localhost:44353"
"Address": "https://localhost:44353"
}
}
},

Loading…
Cancel
Save