diff --git a/urbit/app/bartinfo.hoon b/urbit/app/bartinfo.hoon index 6993477..1dced9d 100644 --- a/urbit/app/bartinfo.hoon +++ b/urbit/app/bartinfo.hoon @@ -100,8 +100,8 @@ ?+ site.url not-found:gen [%'~bartinfo' %css %index ~] (css-response:gen style) [%'~bartinfo' %js %tile ~] (js-response:gen tile-js) - [%'~bartinfo' %js %tileman ~] (js-response:gen tile-js) [%'~bartinfo' %js %index ~] (js-response:gen script) + [%'~bartinfo' %js %bogus ~] (js-response:gen (json-to-octs (bogus-json))) :: [%'~bartinfo' %img @t *] =/ name=@t i.t.t.site.url @@ -112,5 +112,11 @@ :: [%'~bartinfo' *] (html-response:gen index) == + ++ bogus-json + |= ~ + ^- json + %- pairs:enjs:format + :~ success+b+%.n + == :: --