diff options
author | polwex <polwex@sortug.com> | 2025-06-27 22:53:52 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-06-27 22:53:52 +0700 |
commit | 328ebe85135912678bdacd3381126ffd66ef2761 (patch) | |
tree | 365962bf45302f2a440f766a4f3c9e0a962dbe47 /desk/lib/rails.hoon |
init
Diffstat (limited to 'desk/lib/rails.hoon')
-rw-r--r-- | desk/lib/rails.hoon | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/desk/lib/rails.hoon b/desk/lib/rails.hoon new file mode 100644 index 0000000..8db842e --- /dev/null +++ b/desk/lib/rails.hoon @@ -0,0 +1,7 @@ +|% ++$ response +$% [%page hed=header-list:http bod=manx] :: html page with headers + [%full p=simple-payload:http] + [%error code=@ud msg=@t] :: codes 400-500+ + [%redirect loc=@t] +--
\ No newline at end of file |