Skip to content

Commit

Permalink
ref: Use 'api' as query param instead of 'apiendpoint'
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvjain99 committed Nov 10, 2020
1 parent 6de3285 commit d159d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/events/view/overview/event-apps.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ import ENV from 'open-event-frontend/config/environment';
export default class EventApps extends Component {
@computed('eventId')
get webAppGeneratorUrl() {
return `${ENV.webAppGenerator}/?email=${this.authManager.currentUser.email}&apiendpoint=${ENV.APP.apiHost}/${ENV.APP.apiNamespace}/events/${this.eventId}`;
return `${ENV.webAppGenerator}/?email=${this.authManager.currentUser.email}&api=${ENV.APP.apiHost}/${ENV.APP.apiNamespace}/events/${this.eventId}`;
}
}

0 comments on commit d159d76

Please sign in to comment.