mirror of
https://github.com/labstack/echo.git
synced 2025-04-17 12:06:44 +02:00
Update README.md
This commit is contained in:
parent
08f7147508
commit
08e08a00ea
@ -189,7 +189,7 @@ Server any file from static directory for path `/static/*`.
|
|||||||
e.Static("/static", "static")
|
e.Static("/static", "static")
|
||||||
```
|
```
|
||||||
|
|
||||||
##### [More...](https://echo.labstack.com/guide/static-files)
|
##### [Learn More](https://echo.labstack.com/guide/static-files)
|
||||||
|
|
||||||
### [Template Rendering](https://echo.labstack.com/guide/templates)
|
### [Template Rendering](https://echo.labstack.com/guide/templates)
|
||||||
|
|
||||||
@ -239,7 +239,7 @@ Middleware | Description
|
|||||||
[RemoveTrailingSlash](https://echo.labstack.com/middleware/remove-trailing-slash) | Remove trailing slash from the request URI
|
[RemoveTrailingSlash](https://echo.labstack.com/middleware/remove-trailing-slash) | Remove trailing slash from the request URI
|
||||||
[MethodOverride](https://echo.labstack.com/middleware/method-override) | Override request method
|
[MethodOverride](https://echo.labstack.com/middleware/method-override) | Override request method
|
||||||
|
|
||||||
##### [More...](https://echo.labstack.com/middleware)
|
##### [Learn More](https://echo.labstack.com/middleware/overview)
|
||||||
|
|
||||||
#### Third-party Middleware
|
#### Third-party Middleware
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user