aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-07-14 00:16:48 +0200
committerGravatar Tom Willemse2013-07-14 00:16:48 +0200
commitd746bfc8e57fb1280fab67d522db86f7d8e2abf1 (patch)
treec3309ccbf2df3ca70a593230b47915c52b94e909
parent7d9cf5b897af1a23851da347623855953690cbe2 (diff)
downloadscrumli-d746bfc8e57fb1280fab67d522db86f7d8e2abf1.tar.gz
scrumli-d746bfc8e57fb1280fab67d522db86f7d8e2abf1.zip
Remove unused route
-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))