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