修改端口

This commit is contained in:
sysnix 2024-02-29 21:17:29 +08:00
parent e1dfa82eb5
commit 1ae62d6f1e
1 changed files with 1 additions and 1 deletions

View File

@ -17,5 +17,5 @@ func main() {
})
}
app.Listen(":8888")
app.Listen(":9090")
}