sigh
This commit is contained in:
parent
7e5dbed4f5
commit
1af237bb2d
|
@ -1,3 +1,5 @@
|
|||
puerta
|
||||
puerta.db
|
||||
config.joao.yaml
|
||||
local.db
|
||||
config.joao.yaml
|
||||
test.db
|
||||
|
|
|
@ -55,7 +55,7 @@ var serverCommand = &command.Command{
|
|||
return err
|
||||
}
|
||||
|
||||
logrus.Infof("Listening on port %d", cfg.HTTP.Listen)
|
||||
return http.ListenAndServe(fmt.Sprintf("localhost:%d", cfg.HTTP.Listen), router)
|
||||
logrus.Infof("Listening at %s", cfg.HTTP.Listen)
|
||||
return http.ListenAndServe(cfg.HTTP.Listen, router)
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue