소스 검색

修改端口号

lcl 4 달 전
부모
커밋
9a55a3e6d7
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Properties/launchSettings.json

+ 2 - 2
Properties/launchSettings.json

@@ -14,7 +14,7 @@
       "dotnetRunMessages": true,
       "launchBrowser": true,
       "launchUrl": "swagger",
-      "applicationUrl": "http://*:5800",
+      "applicationUrl": "http://*:5801",
       "environmentVariables": {
         "ASPNETCORE_ENVIRONMENT": "Development"
       }
@@ -24,7 +24,7 @@
       "dotnetRunMessages": true,
       "launchBrowser": true,
       "launchUrl": "swagger",
-      "applicationUrl": "http://*:5800",
+      "applicationUrl": "http://*:5801",
       "environmentVariables": {
         "ASPNETCORE_ENVIRONMENT": "Development"
       }