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

File diff suppressed because one or more lines are too long