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

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

// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
static boost::container::flat_set<std::string> routes;

} // namespace webroutes

} // namespace crow