blob: 757a272d23dff85da3d800130570b23e0e335236 [file] [log] [blame]
James Feist3909dc82020-04-03 10:58:55 -07001#pragma once
2
3#include <boost/container/flat_set.hpp>
4namespace crow
5{
6namespace webroutes
7{
8
9static boost::container::flat_set<std::string> routes;
10
11} // namespace webroutes
12
13} // namespace crow