To access public files, I didn't use controller to handle this
It's just direct access to the url path and its working.
but the problem is, when I use ajax to get the files, it's blocked by Cross Origin.
How to solve this?
Btw, I use TotalJS 3. Thank you