Improve response handling

This commit is contained in:
Akira Tempaku 2024-10-02 23:36:30 +09:00
commit 34eb2e000a
4 changed files with 18 additions and 24 deletions
src/routes

View file

@ -1,7 +1,6 @@
(defpackage #:hp/routes/index
(:use #:cl
#:hsx
#:hp/response)
#:hsx)
(:export #:handle-get))
(in-package #:hp/routes/index)
@ -12,4 +11,4 @@
(defun handle-get (params)
(declare (ignore params))
(response (page)))
(page))