This is probably something simple but I am struggling with it.
If in my application.cfc I have below
this.mappings = { "/foo" = expandPath('gfx/')
And I want to call said directory when pulling up an image
<img src="/foo/test.jpg" width="90" height="90" />
Why is it not working?