Update dagger/rest/api.nim
Co-authored-by: Michael Bradley <michaelsbradleyjr@gmail.com>
This commit is contained in:
parent
d7fca0bdbe
commit
14dddb4899
|
@ -65,7 +65,7 @@ proc initRestApi*(node: DaggerNodeRef): RestRouter =
|
||||||
##
|
##
|
||||||
## If `addrs` param is supplied, it will be used to
|
## If `addrs` param is supplied, it will be used to
|
||||||
## dial the peer, otherwise the `peerId` is used
|
## dial the peer, otherwise the `peerId` is used
|
||||||
## to invoke peer discovery, if it successedes
|
## to invoke peer discovery, if it succeeds
|
||||||
## the returned addresses will be used to dial
|
## the returned addresses will be used to dial
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue