summaryrefslogtreecommitdiff
path: root/include/webroutes.hpp
blob: 757a272d23dff85da3d800130570b23e0e335236 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

#include <boost/container/flat_set.hpp>
namespace crow
{
namespace webroutes
{

static boost::container::flat_set<std::string> routes;

} // namespace webroutes

} // namespace crow