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. --- api.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api.lisp') diff --git a/api.lisp b/api.lisp index f43127a..ca60f21 100644 --- a/api.lisp +++ b/api.lisp @@ -13,7 +13,7 @@ (declare (ignore ignore)) t) -(defendpoint* :get "/heroes" () +(defendpoint api :get "/heroes" () (:auth t) "Get a list of heros sorted by renown" (json:to-json -- cgit v1.2.3