Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 427 Bytes

README.textile

File metadata and controls

19 lines (10 loc) · 427 Bytes

Ring Middleware Index File

(wrap-index-file “/some/route”)

Requests to /some/route will redirect to /some/route/. Requests to /some/route/ will return the index.html file.

Options

:path

Specify an alternate path (default is resources/public) for static files..

:index

Specify an alternate index file (default is `index.html`).

License

EPL, Same as Clojure