We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3018161 commit a5b8107Copy full SHA for a5b8107
website/content/middleware/redirect.md
@@ -40,7 +40,7 @@ For example, http://www.labstack.com will be redirect to https://labstack.com.
40
41
```go
42
e := echo.New()
43
-e.Pre(HTTPSNonWWWRedirect())
+e.Pre(middleware.HTTPSNonWWWRedirect())
44
```
45
46
## WWWRedirect Middleware
0 commit comments