diff --git a/src/main/blog/handlers.cljs b/src/main/blog/handlers.cljs index d601435..e8150e4 100644 --- a/src/main/blog/handlers.cljs +++ b/src/main/blog/handlers.cljs @@ -98,6 +98,20 @@ (res/status 500) (res/send (ex-message err)))))))) +(defn htmx-delete-article-row-handler-factory + [client] + (fn [req res] + (let [channel (chan) + id (.-id (.-params req))] + (go + (try + (let [id (