From 1ae62d6f1e2c7e8d009076537319f949700b302e Mon Sep 17 00:00:00 2001 From: sysnix Date: Thu, 29 Feb 2024 21:17:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 6025afb..ba361c2 100644 --- a/main.go +++ b/main.go @@ -17,5 +17,5 @@ func main() { }) } - app.Listen(":8888") + app.Listen(":9090") }