KIM-JINO5 hace 2 meses
padre
commit
3ddacb2dfa
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      Web.Api/appsettings.Development.json

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

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