mirror of
https://github.com/taigrr/gico.git
synced 2026-04-02 03:09:07 -07:00
change default port
This commit is contained in:
@@ -79,5 +79,5 @@ func main() {
|
||||
svg.WriteTo(w)
|
||||
})
|
||||
|
||||
http.ListenAndServe(":8080", r)
|
||||
http.ListenAndServe(":8822", r)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user