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