Remove unused route
This commit is contained in:
parent
7d9cf5b897
commit
d746bfc8e5
1 changed files with 0 additions and 6 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue