Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
Changed default port
Browse files Browse the repository at this point in the history
  • Loading branch information
localleon committed May 10, 2018
1 parent 23e778c commit a3859d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func main() {
}
}()

log.Fatal(http.ListenAndServe(":8000", router))
log.Fatal(http.ListenAndServe(":80", router))
}

func writeCommand(port io.ReadWriteCloser, cmd string, data string) {
Expand Down

0 comments on commit a3859d4

Please sign in to comment.