mirror of
https://github.com/labstack/echo.git
synced 2025-11-06 08:59:21 +02:00
Context.File signature changed
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
@@ -102,7 +102,7 @@ Sends a text/plain HTTP response with status code.
|
||||
### File
|
||||
|
||||
```go
|
||||
Context.File(name, path string, attachment bool) error
|
||||
Context.File(path, name string, attachment bool) error
|
||||
```
|
||||
|
||||
File sends a response with the content of the file. If `attachment` is set
|
||||
|
||||
Reference in New Issue
Block a user