xref: /openbmc/bmcweb/src/webserver_main.cpp (revision d2ec1bd7a0267cfd259615b979a4a2119f09a7d6)
1 // SPDX-License-Identifier: Apache-2.0
2 // SPDX-FileCopyrightText: Copyright OpenBMC Authors
3 #include "webserver_run.hpp"
4 
5 int main(int /*argc*/, char** /*argv*/) noexcept(false)
6 {
7     return run();
8 }
9