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))