mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
app-meta now using endpoint correctly
This commit is contained in:
parent
4326831704
commit
20ef3aab7c
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ export default Ember.Service.extend({
|
|||
setupMode: false,
|
||||
|
||||
getBaseUrl(endpoint) {
|
||||
return [this.get('host'), endpoint].join('/');
|
||||
return [this.get('endpoint'), endpoint].join('/');
|
||||
},
|
||||
|
||||
boot(/*requestedUrl*/) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue