diff options
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ func main() { view.Init() - var srv *http.Server = startServer("127.0.0.1:8080") + var srv *http.Server = startServer(config.HttpAddress) go srv.ListenAndServe() defer stopServer(srv) |