Simplify rendering
This commit is contained in:
parent
6e72b82307
commit
1b217da311
6 changed files with 18 additions and 38 deletions
src/routes
|
@ -43,8 +43,7 @@
|
|||
|
||||
(defun handle-get (params)
|
||||
(declare (ignore params))
|
||||
(list :body (~page)
|
||||
:cache :static))
|
||||
(~page))
|
||||
|
||||
; for health check
|
||||
(defun handle-head (params)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue