aboutsummaryrefslogtreecommitdiff
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 0174e6e..85544d0 100644
--- a/main.go
+++ b/main.go
@@ -73,5 +73,5 @@ func main() {
g.HandleFunc("/", home.Handle())
g.HandleFunc("/credits", credits.Handle())
- g.StartServer(":8000")
+ g.StartServer(":80")
}