fixes and ensure that users no longer have to hard refresh their sites.
This commit is contained in:
@@ -156,7 +156,7 @@ namespace CarCareTracker.Helper
|
||||
}
|
||||
}
|
||||
//copy each files from temp folder to newPath
|
||||
var filesToUpload = Directory.GetFiles(documentPath);
|
||||
var filesToUpload = Directory.GetFiles(translationPath);
|
||||
foreach (string file in filesToUpload)
|
||||
{
|
||||
File.Copy(file, $"{existingPath}/{Path.GetFileName(file)}", true);
|
||||
|
||||
Reference in New Issue
Block a user