Kaynağa Gözat

Revert "Revert "Updated Path for campaigns""

This reverts commit 05d72297d3.
master
30117125 3 yıl önce
ebeveyn
işleme
0a31f76d17

+ 1
- 1
UnivateProperties_API/Controllers/Campaigns/CampaignController.cs Dosyayı Görüntüle

@@ -82,7 +82,7 @@ namespace UnivateProperties_API.Controllers.Campaigns
82 82
                 long size = files.Files.Sum(f => f.Length);
83 83
                 //string path = Path.Combine(@"C:\Users\7675\Desktop", "Uploads");
84 84
                 //string path = Path.Combine(@"C:\inetpub\wwwroot\UniVatePropertiesNew", "lp");
85
-                string path = Path.Combine(@"C:\inetpub\wwwroot\UniVateProperties", "lp");
85
+                string path = Path.Combine(@"C:\inetpub\wwwroot\UniVate", "lp");
86 86
                 foreach (var formFile in files.Files)
87 87
                 {
88 88
                     if (formFile.Length > 0)

Loading…
İptal
Kaydet