From 43f3a530ebb9be0fc9083eb014658e0dba1ead35 Mon Sep 17 00:00:00 2001 From: ajet Date: Fri, 18 Jul 2025 18:44:14 -0900 Subject: [PATCH] franz newline --- src/main/example/core.clj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/example/core.clj b/src/main/example/core.clj index 3580785..f04b155 100644 --- a/src/main/example/core.clj +++ b/src/main/example/core.clj @@ -42,7 +42,7 @@ (u/patch-signals-edn! sse {:msg (subs message 0 (inc i))}) (Thread/sleep 500)))}) - +;; http stuff (def routes (concat (defpage home-page) @@ -54,7 +54,6 @@ (def handler (rr/ring-handler router)) - ;; repl it up ;P (comment (u/broadcast-signals! {:msg "hi franz"})