blob: 51d65764d8d319c0529a1163c8cae9cff97ce461 [file] [log] [blame]
Ed Tanous40e9b922024-09-10 13:50:16 -07001// SPDX-License-Identifier: Apache-2.0
2// SPDX-FileCopyrightText: Copyright OpenBMC Authors
Ed Tanous3cd70722024-04-06 09:24:01 -07003#include "webserver_run.hpp"
Ed Tanouscc5a37f2017-05-11 10:27:23 -07004
Ed Tanous45de6122024-08-14 10:14:53 -07005int main(int /*argc*/, char** /*argv*/) noexcept(false)
Ed Tanous24b2fe82022-01-06 12:45:54 -08006{
Ed Tanous45de6122024-08-14 10:14:53 -07007 return run();
Ed Tanous24b2fe82022-01-06 12:45:54 -08008}