From 59ed9022339bcc34ada630349083da441c957a94 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Mon, 28 Feb 2022 16:37:56 -0600 Subject: stupid typo --- src/main.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.lisp b/src/main.lisp index 7aba5af..7cd6002 100644 --- a/src/main.lisp +++ b/src/main.lisp @@ -620,9 +620,9 @@ started, this will allow remote live debugging of the system. (defendpoint* :put "/contributor/:who a-contributor-by-handle:/locked" ((value a-boolean) (token an-api-token)) + (:auth 'admin-only) "Admin users may lock a particular contributor, preventing that contributor for making edits or adding new oneliners." - (:auth 'admin-only) (set-contributor-locked who value) "true") -- cgit v1.2.3