aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scrumelo.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/scrumelo.el b/scrumelo.el
index ffad6c1..49b0ae7 100644
--- a/scrumelo.el
+++ b/scrumelo.el
@@ -184,7 +184,8 @@
`(("^/$" . scrumelo-backlog-page)
("^/js/scrumelo.js" . ,(elnode-make-send-file
(concat scrumelo--base-dir "js/scrumelo.js")))
- ("^/stories/new/$" . scrumelo-new-story))))
+ ("^/stories/new/$" . scrumelo-new-story)
+ ("^/stories/\\([a-z0-9:-]+\\)/" . scrumelo-story-json))))
(elnode-start 'scrumelo-handler :port 8028 :host "localhost")