about summary refs log tree commit diff
path: root/src/main.go
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-02-24 18:07:24 +0100
committerEmile <hanemile@protonmail.com>2019-02-24 18:07:24 +0100
commit31dc68b64af8c30098df96d376ed509e99f73224 (patch)
tree0ebe4a4a06061a8b1d333c91c857878dfc41cca6 /src/main.go
parent85878612e4fed8109e4eb75d4f0fbc3be88a1cec (diff)
added seperate links for the two langs the writeup is written in
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("./"))))
 }