Browse Source

Вторая лаба в ветку dev

Алексей 2 years ago
parent
commit
2581301220
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main_2.go

+ 1 - 1
main_2.go

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