From ee7919667832660ef05939823af5516eb9344e16 Mon Sep 17 00:00:00 2001 From: Grant Shoshin Shangreaux Date: Sat, 7 Jan 2023 09:38:34 -0600 Subject: Revert "Refactor: to embrace the new dnd.api package more fully" This reverts commit ab0d667b3776786461d15112b648aafc3f00280f. --- dnd.lisp | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'dnd.lisp') diff --git a/dnd.lisp b/dnd.lisp index 4933d85..a5cb0a4 100644 --- a/dnd.lisp +++ b/dnd.lisp @@ -1,19 +1,3 @@ ;;;; dnd.lisp (in-package #:dnd) - - -(defvar *dnd-arena* nil - "The instance of the HTTP server.") - -(defun conjure-arena () - (setf *dnd-arena* (lzb:create-server)) - (lzb:install-app - *dnd-arena* - (lzb:app 'dnd.api:dnd.api)) ; annoying but needed for now - (lzb:start-server *dnd-arena*)) - - -(defun start () - (api:init-db) - (conjure-arena)) -- cgit v1.2.3