fix
This commit is contained in:
parent
6b405b5f29
commit
20b2bda91f
@ -32,7 +32,7 @@ start_http_server() ->
|
||||
|
||||
Dispatcher = cowboy_router:compile([
|
||||
{'_', [
|
||||
{"/api/[...]", http_protocol, [api_handler]}
|
||||
{"/api/[...]", api_handler, []}
|
||||
]}
|
||||
]),
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user