Hi,
I'm having a problem with my css and javascript files. If I'm at the root of my app, the css and the JS looks fine and they url looks like that : https://localhost/maestro/js/jquery.min.js
But, if I'm going in another controller it goes like this :
https://localhost/maestro/session/js/jquery.min.js
And all my design is mess-up. Does anyone knows why the controller is added to my css and JS files URL ?
Thank you.