Ver Fonte

no message

KIM-JINO5 há 2 meses atrás
pai
commit
3ddacb2dfa
1 ficheiros alterados com 3 adições e 2 exclusões
  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"
+            }
         }
     },