Improve cache control
This commit is contained in:
parent
cc6683cdcc
commit
f16f49dde7
6 changed files with 33 additions and 13 deletions
src/routes
|
@ -28,4 +28,5 @@
|
|||
|
||||
(defun handle-get (params)
|
||||
(declare (ignore params))
|
||||
(~page))
|
||||
(list :body (~page)
|
||||
:cache :static))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue