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