From 8ac5a09605992f1e434cb793ceca7497c6f46d23 Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Wed, 30 Jan 2019 21:15:17 +0100 Subject: feat: editBy to store the current editor of an art --- app/class/routes.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/class/routes.php') diff --git a/app/class/routes.php b/app/class/routes.php index 9f3ce37..f3b9adf 100644 --- a/app/class/routes.php +++ b/app/class/routes.php @@ -43,6 +43,8 @@ class Routes ['GET', '/[cid:art]/log', 'Controllerart#log', 'artlog'], ['GET', '/[cid:art]/download', 'Controllerart#download', 'artdownload'], ['POST', '/[cid:art]/edit', 'Controllerart#update', 'artupdate'], + ['POST', '/[cid:art]/editby', 'Controllerart#editby', 'arteditby'], + ['POST', '/[cid:art]/removeeditby', 'Controllerart#removeeditby', 'artremoveeditby'], ['GET', '/[cid:art]/delete', 'Controllerart#confirmdelete', 'artconfirmdelete'], ['POST', '/[cid:art]/delete', 'Controllerart#delete', 'artdelete'], ['GET', '/[cid:art]/[*]', 'Controllerart#artdirect', 'artread/etoile'], -- cgit v1.2.3