1
0
Fork 0
mirror of https://github.com/heyarne/airsonic-ui.git synced 2026-05-06 18:33:38 +02:00

Move navigation to effect

This commit is contained in:
Arne Schlüter 2018-04-18 16:21:21 +02:00
commit 6117b921a6
6 changed files with 63 additions and 46 deletions

View file

@ -4,4 +4,4 @@
(def default-db
{:active-requests 0
;; because navigate! executes asynchronously we force to display the login screen first
:route routes/default})
:current-route [routes/default-route]})