Revert "Add cache context"

This reverts commit 797c990c45.
This commit is contained in:
Akira Tempaku 2025-05-04 10:05:12 +09:00
commit 0563452775
Signed by: paku
GPG key ID: 5B4E8402BCC50607
6 changed files with 4 additions and 16 deletions
src/routes

View file

@ -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