What I am trying to achieve here is the following. I want to create a state Url with just a "/" that will get called no matter what route we are on. currently not working, am sure I am missing something not sure what exactly. if someone can help I would appreciate
defineState('main', {
            url: "/",
            controller: function () {
                console.log();
            },
        });
 
     
     
     
    