From 79272ef4a0cf6e3f93333f239dd36159202fbbba Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Mon, 26 Dec 2022 15:22:04 -0800 Subject: Add: a basic json endpoint to return hall-of-fame data --- 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..7d98c74 --- /dev/null +++ b/routes.lisp @@ -0,0 +1,12 @@ +;;;; routes.lisp -- http routes for dnd + +(in-package :dungeons-and-deadlines) + +(lzb:provision-app (api) + :title "Dungeons & Deadlines" + :version "0.1.0" + :prefix "/api" + :content-type "application/json") + + + -- cgit v1.2.3