Remove unused route

This commit is contained in:
Tom Willemse 2013-07-14 00:16:48 +02:00
parent 7d9cf5b897
commit d746bfc8e5

View file

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