Вынесена функция 2

(cherry picked from commit e23977fdf0c870d677f37902b3ad0de23dc67e12)
This commit is contained in:
Антон
2025-04-18 17:36:48 +03:00
parent 88e80e7030
commit 50d2fad70a
3 changed files with 29 additions and 36 deletions
+2
View File
@@ -2,4 +2,6 @@
namespace uad {
boost::beast::string_view MimeType(boost::beast::string_view path);
std::string PathCat(boost::beast::string_view base, boost::beast::string_view path);
}