瀏覽代碼

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

Алексей 2 年之前
父節點
當前提交
2581301220
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)
 
 }