change port to 3500

main
ColumbusUtrigas 2022-08-21 07:56:58 +04:00
parent 366dd6375b
commit c7103d04ad
1 changed files with 1 additions and 1 deletions

2
app.go
View File

@ -162,5 +162,5 @@ func main() {
})
}
log.Fatal(http.ListenAndServe(":8081", nil))
log.Fatal(http.ListenAndServe(":3500", nil))
}