KIM-JINO5 hai 2 meses
pai
achega
3ddacb2dfa
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      Web.Api/appsettings.Development.json

+ 3 - 2
Web.Api/appsettings.Development.json

@@ -1,8 +1,9 @@
 {
     "Kestrel": {
         "Endpoints": {
-            "Http": { "Url": "http://localhost:4000" },
-            "Https": { "Url": "https://localhost:4000" }
+            "Https": {
+                "Url": "https://localhost:4000"
+            }
         }
     },