summary refs log tree commit diff stats
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 7477055..7d13c32 100644
--- a/main.go
+++ b/main.go
@@ -10,5 +10,5 @@ func main() {
 
 	http.HandleFunc("/api", apiHandler)
 
-	log.Fatalln(http.ListenAndServe(":666", nil))
+	log.Fatalln(http.ListenAndServe(":8080", nil))
 }