IPv6 What 8 Words

what 8 words for ipv6 started
This commit is contained in:
Tim Beatham
2023-11-20 15:22:32 +00:00
parent 3e5b57e41f
commit 330fa74ef4
4 changed files with 7 additions and 3 deletions

View File

@ -13,5 +13,5 @@ func main() {
log.Fatal(err.Error())
}
apiServer.Run(":40000")
apiServer.Run(":8080")
}