add route for old 88x31 button uri

This commit is contained in:
2025-06-23 03:49:45 -07:00
parent de32f503ef
commit 21d28f9b5f

View File

@ -68,6 +68,11 @@
:code 200
:body (parse-html-file "./www/site/html/test.html" :route "/test.html"))))
(when (= path "/files/natalieee.net.png")
(return (dict
:code 308
:headers {"Location" "/assets/88x31/natalieee.net.png"}
:body "")))
(when (= path "/comment")
(cond