diff options
| author | 2013-07-14 00:16:48 +0200 | |
|---|---|---|
| committer | 2013-07-14 00:16:48 +0200 | |
| commit | d746bfc8e57fb1280fab67d522db86f7d8e2abf1 (patch) | |
| tree | c3309ccbf2df3ca70a593230b47915c52b94e909 | |
| parent | 7d9cf5b897af1a23851da347623855953690cbe2 (diff) | |
| download | scrumli-d746bfc8e57fb1280fab67d522db86f7d8e2abf1.tar.gz scrumli-d746bfc8e57fb1280fab67d522db86f7d8e2abf1.zip | |
Remove unused route
| -rw-r--r-- | scrumli.lisp | 6 |
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)) |
