Way to refer back to url that launches Ember app

The router has an access to rootURL property.

this.get(‘router.url’);

i think it has access to rootURL property as well.

https://emberjs.com/api/ember/2.18/classes/Router/methods

Best, Elton