about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.go b/src/main.go
index 0c3479d..c5ce513 100644
--- a/src/main.go
+++ b/src/main.go
@@ -20,7 +20,7 @@ func main() {
 
 	go ExitHandler()
 
-	http.Serve()
+	http.Server()
 }
 
 // initialize the config (config.yml)