瀏覽代碼

no message

KIM-JINO5 2 月之前
父節點
當前提交
3ddacb2dfa
共有 1 個文件被更改,包括 3 次插入2 次删除
  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"
+            }
         }
     },