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"})