Improve response handling
This commit is contained in:
parent
2866e2fcbc
commit
34eb2e000a
4 changed files with 18 additions and 24 deletions
src/routes
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue