Requests to /some/route
will redirect to /some/route/
. Requests to /some/route/
will return the index.html
file.
Specify an alternate path (default is resources/public
) for static files..
Specify an alternate index file (default is `index.html`).
EPL, Same as Clojure