qinchaoyue 2 hafta önce
ebeveyn
işleme
e4cef85d97
2 değiştirilmiş dosya ile 1 ekleme ve 15 silme
  1. 1 0
      .gitignore
  2. 0 15
      src/Hotline.Api/Properties/launchSettings.json

+ 1 - 0
.gitignore

@@ -348,3 +348,4 @@ healthchecksdb
 /merge_245_test.ps1
 /merge_dev.ps1
 /merge_snapshot_test.ps1
+/src/Hotline.Api/Properties/launchSettings.json

+ 0 - 15
src/Hotline.Api/Properties/launchSettings.json

@@ -1,15 +0,0 @@
-{
-  "$schema": "https://json.schemastore.org/launchsettings.json",
-  "profiles": {
-    "Hotline.Api": {
-      "commandName": "Project",
-      "dotnetRunMessages": true,
-      "launchBrowser": true,
-      "launchUrl": "swagger",
-      "applicationUrl": "http://localhost:50100",
-      "environmentVariables": {
-        "ASPNETCORE_ENVIRONMENT": "Development"
-      }
-    }
-  }
-}