parent
744a34df0c
commit
0563452775
6 changed files with 4 additions and 16 deletions
src/routes
|
@ -1,7 +1,6 @@
|
|||
(defpackage #:website/routes/index
|
||||
(:use #:cl
|
||||
#:hsx
|
||||
#:jingle)
|
||||
#:hsx)
|
||||
(:export #:handle-get
|
||||
#:handle-head))
|
||||
(in-package #:website/routes/index)
|
||||
|
@ -44,7 +43,6 @@
|
|||
|
||||
(defun handle-get (params)
|
||||
(declare (ignore params))
|
||||
(setf (context :cache) :static)
|
||||
(~page))
|
||||
|
||||
; for health check
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue