change default port

This commit is contained in:
2023-02-03 00:55:29 -08:00
parent ada61387f2
commit 37d5f0695f

View File

@@ -79,5 +79,5 @@ func main() {
svg.WriteTo(w)
})
http.ListenAndServe(":8080", r)
http.ListenAndServe(":8822", r)
}