1*40e9b92eSEd Tanous // SPDX-License-Identifier: Apache-2.0 2*40e9b92eSEd Tanous // SPDX-FileCopyrightText: Copyright OpenBMC Authors 33cd7072bSEd Tanous #include "webserver_run.hpp" 4cc5a37f7SEd Tanous main(int,char **)545de6126SEd Tanousint main(int /*argc*/, char** /*argv*/) noexcept(false) 624b2fe81SEd Tanous { 724b2fe81SEd Tanous return run(); 824b2fe81SEd Tanous } 9