mirror of
https://github.com/documize/community.git
synced 2025-07-25 16:19:46 +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,
|
setupMode: false,
|
||||||
|
|
||||||
getBaseUrl(endpoint) {
|
getBaseUrl(endpoint) {
|
||||||
return [this.get('host'), endpoint].join('/');
|
return [this.get('endpoint'), endpoint].join('/');
|
||||||
},
|
},
|
||||||
|
|
||||||
boot(/*requestedUrl*/) {
|
boot(/*requestedUrl*/) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue