Closed
Description
e.Static()
seems to have broken. With a very simple setup to serve an index page and script it no longer works and returns 'not found' for requests that should be served by the static handler. If the e.Index method is commented out then it works so some interaction with how the routes are built up or searched (?)
e.Index("public/index.html")
e.Static("/scripts", "public/scripts")