blob: 51d65764d8d319c0529a1163c8cae9cff97ce461 (
plain)
1
2
3
4
5
6
7
8
|
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: Copyright OpenBMC Authors
#include "webserver_run.hpp"
int main(int /*argc*/, char** /*argv*/) noexcept(false)
{
return run();
}
|