From d746bfc8e57fb1280fab67d522db86f7d8e2abf1 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 14 Jul 2013 00:16:48 +0200 Subject: Remove unused route --- scrumli.lisp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scrumli.lisp b/scrumli.lisp index 7b324fb..1cf3deb 100644 --- a/scrumli.lisp +++ b/scrumli.lisp @@ -191,9 +191,3 @@ (if (logged-in-p) (encode-json-to-string (get-story id)) 403)) - -(define-route scrumli-story-tasks ("stories/:id/tasks" - :content-type "json") - (if (logged-in-p) - (encode-json-to-string (get-tasks-for-story id)) - 403)) -- cgit v1.2.3-54-g00ecf