How to I get eg. '/' to return the contents of '/i...
# http4k
d
How to I get eg. '/' to return the contents of '/index.html', but '/*' to statically route (so '/index.html' == '/' but I can also serve eg '/css/foo.css' statically) ?