Sign in
gbmc
/
gbmcweb
/
d6c7938259e8aadd24e4a0994ac6f6ae6f3ed3bd
/
.
/
http
/
app_singleton.cpp
blob: b6e47df948b149ad4d8811d180406bb617f5470c [
file
] [
log
] [
blame
]
#include
"app_singleton.hpp"
#include
"app.hpp"
namespace
crow
{
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
crow
::
App
*
globalBmcWebApp
=
nullptr
;
}
// namespace crow