need to use api/ as a path prefix

This commit is contained in:
Sven Fuchs 2012-09-15 14:30:22 +02:00
parent b2963ef862
commit 8b078ca7b5
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@
CHARTS:
repos:
source: '/stats/repos'
source: '/api/stats/repos'
map: (data) ->
[Date.parse(data.date), data.total_growth]
chart:
@ -44,7 +44,7 @@
]
builds:
source: '/stats/tests'
source: '/api/stats/tests'
map: (data) ->
[Date.parse(data.date), data.run_on_date]
chart:

File diff suppressed because one or more lines are too long