#pragma once #include #include namespace lm { class StaticFileServer { public: static void mount(httplib::Server& svr, const std::filesystem::path& www_root); }; } // namespace lm