xref: /openbmc/bmcweb/include/webroutes.hpp (revision b41187fac9d82be2ea26bd8695f2beba135e80f1)
1 #pragma once
2 
3 #include <boost/container/flat_set.hpp>
4 namespace crow
5 {
6 namespace webroutes
7 {
8 
9 static boost::container::flat_set<std::string> routes;
10 
11 } // namespace webroutes
12 
13 } // namespace crow
14