aboutsummaryrefslogtreecommitdiffstats
path: root/scrumli.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'scrumli.lisp')
-rw-r--r--scrumli.lisp6
1 files changed, 0 insertions, 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))