mirror of
https://github.com/status-im/burnchart.git
synced 2025-01-18 22:51:21 +00:00
redirect to chart from index
This commit is contained in:
parent
4d09c8f218
commit
4689929eeb
@ -63,6 +63,9 @@ app.configure 'development', ->
|
||||
app.configure 'production', ->
|
||||
app.use express.errorHandler()
|
||||
|
||||
# Redirect to chart from index.
|
||||
app.get '/', (req, res) -> res.redirect '/burndown'
|
||||
|
||||
# Show burndown chart.
|
||||
app.get '/burndown', (req, res) ->
|
||||
resources = 3 ; store = { 'issues': [], 'milestones': [] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user