This commit is contained in:
anlicheng 2025-06-26 14:50:06 +08:00
parent 6b405b5f29
commit 20b2bda91f

View File

@ -32,7 +32,7 @@ start_http_server() ->
Dispatcher = cowboy_router:compile([
{'_', [
{"/api/[...]", http_protocol, [api_handler]}
{"/api/[...]", api_handler, []}
]}
]),