From 6b1c9d7ae508c41848828939454945bf2addb994 Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 21 Jan 2023 09:49:39 -0800 Subject: Refactor+Fix: with-hero-session macro; packaging and init --- dnd.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dnd.lisp') diff --git a/dnd.lisp b/dnd.lisp index 3c80f2b..9cb4702 100644 --- a/dnd.lisp +++ b/dnd.lisp @@ -6,6 +6,7 @@ "The instance of the HTTP server") (defun conjure-arena () + (init-db) (setf *dnd-arena* (lzb:create-server)) - (lzb:install-app *dnd-arena* (lzb:app)) + (lzb:install-app *dnd-arena* (lzb:app 'dnd)) (lzb:start-server *dnd-arena*)) -- cgit v1.2.3