11
0

Update build
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-08-04 05:58:13 +03:00
parent 322f373598
commit 669e644dc3
5 changed files with 138 additions and 61 deletions

View File

@@ -115,7 +115,7 @@ func main() {
http.HandleFunc("/", wrapper(coll))
log.Printf("Starting HTTP server\n")
err2 := http.ListenAndServe(":80", nil)
err2 := http.ListenAndServe(":8080", nil)
if err2 != nil {
log.Fatal("ListenAndServe: ", err2)
}