Commit f2e1a830 authored by Crt Ahlin's avatar Crt Ahlin Committed by GitHub

typo fix (#297)

parent d1ebafc8
...@@ -136,7 +136,7 @@ Every node can provide its overlay address and underlay addresses by reading the ...@@ -136,7 +136,7 @@ Every node can provide its overlay address and underlay addresses by reading the
curl localhost:6061/addresses curl localhost:6061/addresses
``` ```
Debug API is not started by default and has to be explicitly enabled with `--enable-debug-api --debug-api-addr: 127.0.0.1:6061` command line flags or options. Debug API is not started by default and has to be explicitly enabled with `--enable-debug-api --debug-api-addr 127.0.0.1:6061` command line flags or options.
It will return a response with addresses: It will return a response with addresses:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment