Skip to content

Static handler broken #46

Closed
Closed
@CaptainCodeman

Description

@CaptainCodeman

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")

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions