diff options
-rw-r--r-- | main.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -96,6 +96,6 @@ func main() { searchHandler(w, r, index, searchResultsTemplate2) }) - fmt.Println("Listening on port 8080") - http.ListenAndServe(":8080", nil) + fmt.Println("Listening on port 8752") + http.ListenAndServe(":8752", nil) } |