Add scrumelo-story-json to url dispatcher

This commit is contained in:
Tom Willemse 2013-06-01 23:49:46 +02:00
parent 4edb806e09
commit 431dd48e4a

View file

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