1
0
Fork 0
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:
Harvey Kandola 2016-07-26 11:48:40 -07:00
parent 4326831704
commit 20ef3aab7c

View file

@ -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*/) {