blob: c2a2fb421948b830d90914e312c13f9cfe9927f2 [file] [log] [blame]
#ifndef THIRD_PARTY_GBMCWEB_INCLUDE_WEBROUTES_H_
#define THIRD_PARTY_GBMCWEB_INCLUDE_WEBROUTES_H_
#include <string>
#include "boost/container/flat_set.hpp" // NOLINT
namespace crow {
namespace webroutes {
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
static boost::container::flat_set<std::string> routes; // NOLINT
} // namespace webroutes
} // namespace crow
#endif // THIRD_PARTY_GBMCWEB_INCLUDE_WEBROUTES_H_