summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 4947fc8..0c82a7c 100644
--- a/main.go
+++ b/main.go
@@ -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)