фикс: билда релизной версии
This commit is contained in:
@@ -36,8 +36,8 @@ http::resource::StaticFileFactory::StaticFileDef::StaticFileDef(const std::strin
|
|||||||
BOOST_LOG_TRIVIAL(info) << "Skip loading static file " << this->webPath;
|
BOOST_LOG_TRIVIAL(info) << "Skip loading static file " << this->webPath;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
BOOST_LOG_TRIVIAL(info) << "Load static file " << this->path;
|
BOOST_LOG_TRIVIAL(info) << "Load static file " << path;
|
||||||
loadFile(this->path, this->content);
|
loadFile(path, this->content);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
http::resource::StaticFileFactory::StaticFileDef::~StaticFileDef() = default;
|
http::resource::StaticFileFactory::StaticFileDef::~StaticFileDef() = default;
|
||||||
|
Reference in New Issue
Block a user