about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2020-03-15 21:30:46 +0100
committerEmile <hanemile@protonmail.com>2020-03-15 21:30:46 +0100
commit9b0dd37087fd7d235a6bd4bac2a73dde7b09b81b (patch)
tree8ea58c55f0bf1103dad0aa37251a6c17cb699e6f /src
parent8780df8783b6d0ecd160d8518f0bc594e87b6bc3 (diff)
corrected spelling mistake
Diffstat (limited to 'src')
-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)