Add scrumelo-story-json to url dispatcher
This commit is contained in:
parent
4edb806e09
commit
431dd48e4a
1 changed files with 2 additions and 1 deletions
|
@ -184,7 +184,8 @@
|
||||||
`(("^/$" . scrumelo-backlog-page)
|
`(("^/$" . scrumelo-backlog-page)
|
||||||
("^/js/scrumelo.js" . ,(elnode-make-send-file
|
("^/js/scrumelo.js" . ,(elnode-make-send-file
|
||||||
(concat scrumelo--base-dir "js/scrumelo.js")))
|
(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")
|
(elnode-start 'scrumelo-handler :port 8028 :host "localhost")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue