From c2b8f7e50cdc2ea1516e5407483d2058c6a03307 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Fri, 13 May 2016 22:28:21 +0300 Subject: [PATCH] Remove ^:const metadata from router code. --- src/uxbox/router.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/uxbox/router.cljs b/src/uxbox/router.cljs index ec1904165c..e35d705a58 100644 --- a/src/uxbox/router.cljs +++ b/src/uxbox/router.cljs @@ -17,7 +17,7 @@ (defonce +router+ (volatile! nil)) -(def ^:const route-l +(def route-l (as-> (l/in [:route]) $ (l/focus-atom $ s/state))) @@ -63,7 +63,7 @@ (def ^:private page-route [[bidi/uuid :project-uuid] "/" [bidi/uuid :page-uuid]]) -(def ^:const routes +(def routes ["/" [["auth/login" :auth/login] ["auth/register" :auth/register] ["auth/recover" :auth/recover-password]