Committing updates.

This commit is contained in:
Преподобный Ален
2022-10-21 21:43:38 +03:00
parent 16cb3cbafb
commit e5764c6226

View File

@@ -511,7 +511,11 @@ namespace Apostol {
return;
}
SendResource(AConnection, sPath);
CStringList TryFiles;
TryFiles.Add("/index.html");
SendResource(AConnection, sPath, nullptr, false, TryFiles);
}
//--------------------------------------------------------------------------------------------------------------