This commit is contained in:
anlicheng 2025-09-05 16:33:39 +08:00
parent e4ab822386
commit b74349e550

View File

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