diff options
-rw-r--r-- | src/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.go b/src/main.go index 9e01b74..0808608 100644 --- a/src/main.go +++ b/src/main.go @@ -3,5 +3,5 @@ package main import "net/http" func main() { - panic(http.ListenAndServe(":8081", http.FileServer(http.Dir("./")))) + panic(http.ListenAndServe(":80", http.FileServer(http.Dir("./")))) } |