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