#ifndef UPDATE_FILES_HPP #define UPDATE_FILES_HPP #include #include #include crow::response update_files(const nlohmann::json &, const nlohmann::json &, const crow::request &); #endif