chore: add greeting banner

This commit is contained in:
boojack
2022-05-20 22:48:36 +08:00
parent 3fdc5bb2b1
commit 7b8a825489
2 changed files with 17 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ func NewServer(profile *common.Profile) *Server {
e := echo.New()
e.Debug = true
e.HideBanner = true
e.HidePort = false
e.HidePort = true
e.Use(middleware.LoggerWithConfig(middleware.LoggerConfig{
Format: "${method} ${uri} ${status}\n",