Commit 9219d1b3 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Use correct endpoint for stage events

parent a7b00890
......@@ -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
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment