From 57a6710e928183882247953f1dce9af51a20d216 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Sat, 24 Sep 2022 22:22:02 +0100 Subject: [PATCH] block out the route for editing an archive entry (end-of-session). I'm going home after this commit. I've blocked out the routes I need to work on when I get back to this -- so I know where I am with it. --- src/web.lisp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/web.lisp b/src/web.lisp index 9311489..c730216 100644 --- a/src/web.lisp +++ b/src/web.lisp @@ -1044,6 +1044,15 @@ (utils:set-alert "You are not logged in.") (redirect "/login")))) +(defroute ("/rename/archive-entry" :method :POST) + (format nil "ROUTE NOT IMPLEMENTED")) + +(defroute ("/edit/archive" :method :POST) + (format nil "ROUTE NOT IMPLEMENTED")) + +(defroute ("/edit/archive-thumbnail" :method :POST) + (format nil "ROUTE NOT IMPLEMENTED")) + (defroute ("/archive/delete/entry" :method :POST) () (destructuring-bind