소스 검색

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"
+            }
         }
     },