// SPDX-License-Identifier: Apache-2.0 // SPDX-FileCopyrightText: Copyright OpenBMC Authors #pragma once #include #include namespace crow { namespace webroutes { // NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables) static boost::container::flat_set routes; } // namespace webroutes } // namespace crow