summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.go b/main.go
index 2ac4046..0cf7e35 100644
--- a/main.go
+++ b/main.go
@@ -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)
}