From f23afeb7d98414965b7356a806d1ef469f512440 Mon Sep 17 00:00:00 2001 From: Joe Bryan Date: Tue, 25 Jun 2019 22:36:06 -0700 Subject: [PATCH] binds oauth route on :dns-bind init --- app/dns-bind.hoon | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/dns-bind.hoon b/app/dns-bind.hoon index bd79884e3a..51aceef697 100644 --- a/app/dns-bind.hoon +++ b/app/dns-bind.hoon @@ -681,6 +681,9 @@ ++ handle-init =/ m tapp-async ^- form:m + ;< success=? bind:m (bind-route:stdio [~ /dns/oauth] dap.bowl) + ~| %dns-unable-to-bind-route + ?> success ;< ~ bind:m (poke-app:stdio [[our %hood] [%drum-unlink our dap]]:bowl) (pure:m state) ::