Update ningle-fbr
This commit is contained in:
parent
56ffa88dbf
commit
a8062f1d57
3 changed files with 5 additions and 5 deletions
src/routes
|
@ -2,7 +2,7 @@
|
|||
(:use #:cl)
|
||||
(:local-nicknames (#:pi #:piccolo))
|
||||
(:local-nicknames (#:view #:hp/view))
|
||||
(:export #:on-get))
|
||||
(:export #:handle-get))
|
||||
(in-package #:hp/routes/index)
|
||||
|
||||
(pi:define-element page ()
|
||||
|
@ -12,6 +12,6 @@
|
|||
(a :href "/about" :hx-boost "true"
|
||||
"About"))))
|
||||
|
||||
(defun on-get (params)
|
||||
(defun handle-get (params)
|
||||
(declare (ignore params))
|
||||
(view:render (page)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue