blob: 757a272d23dff85da3d800130570b23e0e335236 [file] [log] [blame]
#pragma once
#include <boost/container/flat_set.hpp>
namespace crow
{
namespace webroutes
{
static boost::container::flat_set<std::string> routes;
} // namespace webroutes
} // namespace crow