This commit is contained in:
anlicheng 2024-10-14 20:42:01 +08:00
parent 66f58d3e91
commit b43b42e841

View File

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