Skip to content
This repository has been archived by the owner on Nov 14, 2020. It is now read-only.

Commit

Permalink
Use a better port
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasnuesslein committed Aug 19, 2019
1 parent 20607c5 commit f0f720a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phteven.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func runBash(w http.ResponseWriter, r *http.Request) {
}

func main() {
port := "3000"
port := "9847"
if len(os.Args) >= 2 {
port = os.Args[1]
}
Expand Down

0 comments on commit f0f720a

Please sign in to comment.