#ifndef ROUTES_HPP #define ROUTES_HPP #include #include class Routes { public: Routes(nlohmann::json); private: crow::SimpleApp app; }; #endif