aboutsummaryrefslogtreecommitdiff
path: root/src/package.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/package.lisp')
-rw-r--r--src/package.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/package.lisp b/src/package.lisp
index 279eb37..9575d3e 100644
--- a/src/package.lisp
+++ b/src/package.lisp
@@ -2,7 +2,8 @@
(:use :cl)
(:local-nicknames (#:lzb #:lazybones)
(#:a #:alexandria-2)
- (#:db #:bknr.datastore))
+ (#:db #:bknr.datastore)
+ (#:json #:jonathan))
(:import-from #:lazybones
#:defendpoint*
#:http-err))