about summary refs log tree commit diff
path: root/src/main.go
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-02-23 20:36:18 +0100
committerEmile <hanemile@protonmail.com>2019-02-23 20:36:18 +0100
commit89d27cb436274efea0f425cc22384306339a384c (patch)
tree4094c646dfb63e9c41b445b3ba3cb29beccf2777 /src/main.go
parent5a60714c101e19b5452882e670b9bff8f4a5708d (diff)
:art: updated the design once again
Diffstat (limited to 'src/main.go')
-rw-r--r--src/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.go b/src/main.go
index 0808608..9e01b74 100644
--- a/src/main.go
+++ b/src/main.go
@@ -3,5 +3,5 @@ package main
 import "net/http"
 
 func main() {
-	panic(http.ListenAndServe(":80", http.FileServer(http.Dir("./"))))
+	panic(http.ListenAndServe(":8081", http.FileServer(http.Dir("./"))))
 }