Use correct endpoint for stage events

This commit is contained in:
Alfredo Sumaran 2016-11-18 14:32:06 -05:00
parent a7b00890b6
commit 9219d1b380

View file

@ -28,7 +28,7 @@
startDate, startDate,
} = options; } = options;
return $.get(`http://localhost:8000/${stage.title.toLowerCase()}.json`, { return $.get(`${this.requestPath}/events/${stage.title.toLowerCase()}.json`, {
cycle_analytics: { cycle_analytics: {
start_date: options.startDate start_date: options.startDate
} }