@@ -18,7 +18,7 @@ func main() {
port := os.Getenv("PORT")
if port == "" {
port = "8080"
port = "1212"
}
log.Printf("Server starting on port %s", port)
if err := http.ListenAndServe(":"+port, nil); err != nil {
The note is not visible to the blocked user.