We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db4342e commit 23cc3d1Copy full SHA for 23cc3d1
addon/services/project-version.js
@@ -9,6 +9,8 @@ export default Service.extend({
9
root: null,
10
11
init() {
12
+ this._super(...arguments);
13
+
14
let { rootURL } = getOwner(this).resolveRegistration('config:environment');
15
let slash = rootURL.indexOf('/', 1);
16
0 commit comments