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