#include "home.h" void home_route(const httplib::Request& req, httplib::Response& res) { res.set_content("awoo", "text/plain"); }