blob: df4a6fba11159a9288f13f7d7ae2fd6efe45e654 [file] [log] [blame]
#include "app.hpp"
namespace crow {
// Initialze before using!
// Please see webserver_main for the example how this variable is initialzed,
extern crow::App* globalBmcWebApp;
}