need to use api/ as a path prefix
This commit is contained in:
parent
b2963ef862
commit
8b078ca7b5
|
@ -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
Loading…
Reference in New Issue
Block a user