I've got a handler like this:
@get('/docs(.*)', (cx) -> myFunc cx)
When I click on a relative url to '/docs', this fires, for example with a link like this: <a href="/docs">docs</a>
Any ideas how I can make it fire for an absolute link as well?
Thanks,
Paul