blob: 892bc56e9026a5684b979cccc6be0eea52df5fec [file] [log] [blame]
#ifndef THIRD_PARTY_GBMCWEB_HTTP_APP_SINGLETON_H_
#define THIRD_PARTY_GBMCWEB_HTTP_APP_SINGLETON_H_
#include "app.hpp"
namespace crow {
// Initialize before using!
// Please see webserver_main for the example how this variable is initialized,
extern crow::App* globalBmcWebApp; // NOLINT
} // namespace crow
#endif // THIRD_PARTY_GBMCWEB_HTTP_APP_SINGLETON_H_