1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-01 22:09:21 +02:00
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
Vishal Rana 2015-05-14 08:23:14 -07:00
parent 18dcc4bcca
commit a91983797d

View File

@ -224,7 +224,7 @@ e.Index("public/index.html")
code below serves favicon from file `public/favicon.ico`.
```go
e.Index("public/favicon.ico")
e.Favicon("public/favicon.ico")
```
## Error Handling