Skip to content

Commit aa81fb6

Browse files
authored
Update customization.md HidePort (#326)
1 parent 042c12f commit aa81fb6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

website/docs/guide/customization.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ a custom logger using `Echo#Logger`.
7676

7777
`Echo#HideBanner` can be used to hide the startup banner.
7878

79+
## Listener Port
80+
81+
`Echo#HidePort` can be used to hide the listener port message.
82+
7983
## Custom Listener
8084

8185
`Echo#*Listener` can be used to run a custom listener.
@@ -134,4 +138,4 @@ Have a look at `DefaultJSONSerializer` on [json.go](https://github.com/labstack/
134138

135139
`Echo#HTTPErrorHandler` can be used to register a custom http error handler.
136140

137-
[Learn more](./error-handling.md)
141+
[Learn more](./error-handling.md)

0 commit comments

Comments
 (0)