KIM-JINO5 2 bulan lalu
induk
melakukan
3ddacb2dfa
1 mengubah file dengan 3 tambahan dan 2 penghapusan
  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"
+            }
         }
     },