@@ -10,7 +10,7 @@ import (
func main() {
http.HandleFunc("/status", status)
- http.ListenAndServe(":8080", nil)
+ http.ListenAndServe(":8082", nil)
}