Use correct endpoint for stage events
This commit is contained in:
parent
a7b00890b6
commit
9219d1b380
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue