aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/home.lisp
diff options
context:
space:
mode:
authorGrant Shangreaux <grant@unabridgedsoftware.com>2024-06-23 17:19:06 -0500
committerGrant Shangreaux <grant@unabridgedsoftware.com>2024-06-23 17:19:06 -0500
commitb0115ef82880db63239c6532bb3b63d86b7658cb (patch)
tree16a429c4c95fec3c0e6d4c2a60543d870494f7d9 /site/home.lisp
parent68d30b9c81c4e099e0111fe0bbb33715dd572e8c (diff)
[109] Clean: use VERB.NOUN form for session endpoints
Diffstat (limited to 'site/home.lisp')
-rw-r--r--site/home.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/home.lisp b/site/home.lisp
index 5267985..0b02e0c 100644
--- a/site/home.lisp
+++ b/site/home.lisp
@@ -9,7 +9,7 @@
(:h1 "hey " (user-name user))
(:br)
(:div
- (:form :method "POST" :action (wknd:route-to 'session.destroy)
+ (:form :method "POST" :action (wknd:route-to 'destroy.session)
(:button :type "submit" "Logout")))
(:br)
(:br)