summaryrefslogtreecommitdiff
path: root/routes.lisp
diff options
context:
space:
mode:
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")
-
-
-