From 9a040d4e78ab07eb9c482a40042f2ba92d2a8e3b Mon Sep 17 00:00:00 2001 From: Grant Shoshin Shangreaux Date: Sat, 7 Jan 2023 09:39:46 -0600 Subject: Revert "Add: serialization for Heroes and dnd.api package" This reverts commit 72bcf7e66269af588d9daa9064de23d257cbd053. --- routes.lisp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 routes.lisp (limited to 'routes.lisp') diff --git a/routes.lisp b/routes.lisp new file mode 100644 index 0000000..56b6191 --- /dev/null +++ b/routes.lisp @@ -0,0 +1,12 @@ +;;;; routes.lisp -- http routes for dnd + +(in-package :dnd) + +(lzb:provision-app (api) + :title "Dungeons & Deadlines" + :version "0.1.0" + :prefix "/api" + :content-type "application/json") + + + -- cgit v1.2.3