diff options
-rw-r--r-- | dnd.asd | 2 | ||||
-rw-r--r-- | endpoints.lisp (renamed from routes.lisp) | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -22,7 +22,7 @@ (:file "utilities") (:file "init") (:file "model") - (:file "routes") + (:file "endpoints") (:file "pages") (:file "transactions") (:file "dnd"))) diff --git a/routes.lisp b/endpoints.lisp index f737c80..4d8b85c 100644 --- a/routes.lisp +++ b/endpoints.lisp @@ -1,4 +1,4 @@ -;;;; routes.lisp -- http routes for dnd +;;;; endpoints.lisp -- http endpoints for dnd (in-package :dnd) |