Explorar el Código

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

Алексей hace 2 años
padre
commit
2581301220
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)
 
 }