blob: 99b7824248c880e1f67066fae38846c14c0018d6 [file] [log] [blame]
Ed Tanous3cd70722024-04-06 09:24:01 -07001#include "webserver_run.hpp"
Ed Tanouscc5a37f2017-05-11 10:27:23 -07002
Ed Tanous45de6122024-08-14 10:14:53 -07003int main(int /*argc*/, char** /*argv*/) noexcept(false)
Ed Tanous24b2fe82022-01-06 12:45:54 -08004{
Ed Tanous45de6122024-08-14 10:14:53 -07005 return run();
Ed Tanous24b2fe82022-01-06 12:45:54 -08006}