This commit is contained in:
2021-01-26 08:19:48 -08:00
parent d50f889099
commit c3bea47093
6 changed files with 19 additions and 11 deletions

View File

@@ -6,7 +6,7 @@
[re-frame.core :as re-frame]))
(defn- parse-url [url]
(println url)
(println "parsing url" url)
(bidi/match-route routes/routes url))
(defn- dispatch-route [matched-route]