aboutsummaryrefslogtreecommitdiff
path: root/src/app/api.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/api.clj')
-rw-r--r--src/app/api.clj6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/app/api.clj b/src/app/api.clj
new file mode 100644
index 0000000..e83f187
--- /dev/null
+++ b/src/app/api.clj
@@ -0,0 +1,6 @@
+(ns app.api
+ (:require [castra.core :refer [defrpc]]
+ [simpledb.core :as db]))
+
+(defrpc get-scoreboard []
+ (db/get :scoreboard))