summaryrefslogtreecommitdiff
path: root/routes.lisp
diff options
context:
space:
mode:
authorGrant Shoshin Shangreaux <shoshin@cicadas.surf>2022-12-28 14:02:25 -0600
committerGrant Shoshin Shangreaux <shoshin@cicadas.surf>2022-12-28 14:02:25 -0600
commit72bcf7e66269af588d9daa9064de23d257cbd053 (patch)
treed0da6e22ddf93d2546fa415a44594f7be0f5b379 /routes.lisp
parent2c75a754fdddb3e46e5eed95abacbcfc70334fe7 (diff)
Add: serialization for Heroes and dnd.api package
Diffstat (limited to 'routes.lisp')
-rw-r--r--routes.lisp12
1 files changed, 0 insertions, 12 deletions
diff --git a/routes.lisp b/routes.lisp
deleted file mode 100644
index 56b6191..0000000
--- a/routes.lisp
+++ /dev/null
@@ -1,12 +0,0 @@
-;;;; 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")
-
-
-