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
1 changed files with 1 additions and 1 deletions

View File

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