Replace echo's c.File() with standard library http.ServeFile() in the ServeFile handler. This provides more reliable static file serving and better handles edge cases in file delivery.
Replace echo's c.File() with standard library http.ServeFile() in the ServeFile handler. This provides more reliable static file serving and better handles edge cases in file delivery.