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