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

Implement authentication

This commit is contained in:
Arne Schlüter 2018-04-18 01:30:25 +02:00
commit d782b49b94
7 changed files with 70 additions and 8 deletions

View file

@ -1,4 +1,4 @@
(ns airsonic-ui.db)
(def default-db
{:name "re-frame"})
{:active-requests 0})