add route for old 88x31 button uri
This commit is contained in:
@ -68,6 +68,11 @@
|
|||||||
:code 200
|
:code 200
|
||||||
:body (parse-html-file "./www/site/html/test.html" :route "/test.html"))))
|
: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")
|
(when (= path "/comment")
|
||||||
(cond
|
(cond
|
||||||
|
Reference in New Issue
Block a user