mirror of
https://github.com/kataras/iris.git
synced 2026-01-08 04:21:57 +00:00
This commit is contained in:
@@ -171,7 +171,7 @@ func (s *Framework) prepareTemplates() {
|
||||
func (s *Framework) openServer() (err error) {
|
||||
s.initialize()
|
||||
s.Plugins.DoPreListen(s)
|
||||
if err = s.HTTPServer.open(); err == nil {
|
||||
if err = s.HTTPServer.Open(); err == nil {
|
||||
// print the banner
|
||||
if !s.Config.DisableBanner {
|
||||
s.Logger.PrintBanner(banner,
|
||||
|
||||
Reference in New Issue
Block a user