Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sail/lib/schooner.hoon
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
:- :- http-status
%+ weld headers
['content-type'^'application/json']~
`(as-octt:mimes:html (en-json:html j.resource))
`(as-octt:mimes:html (trip (en:json:html j.resource)))
::
%login-redirect
=+ %^ cat 3
Expand Down
2 changes: 1 addition & 1 deletion sail/lib/server.hoon
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
++ json-to-octs
|= jon=json
^- octs
(as-octt:mimes:html (en-json:html jon))
(as-octt:mimes:html (trip (en:json:html jon)))
::
++ app
|%
Expand Down
4 changes: 1 addition & 3 deletions sail/sys.kelvin
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
[%zuse 417]
[%zuse 416]
[%zuse 415]
[%zuse 410]
2 changes: 1 addition & 1 deletion vue/lib/schooner.hoon
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
:- :- http-status
%+ weld headers
['content-type'^'application/json']~
`(as-octt:mimes:html (en-json:html j.resource))
`(as-octt:mimes:html (trip (en:json:html j.resource)))
::
%login-redirect
=+ %^ cat 3
Expand Down
2 changes: 1 addition & 1 deletion vue/lib/server.hoon
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
++ json-to-octs
|= jon=json
^- octs
(as-octt:mimes:html (en-json:html jon))
(as-octt:mimes:html (trip (en-json:html jon)))
::
++ app
|%
Expand Down
4 changes: 1 addition & 3 deletions vue/sys.kelvin
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
[%zuse 417]
[%zuse 416]
[%zuse 415]
[%zuse 412]