From dee722c29530abcd56caeba3c0686f62903ff441 Mon Sep 17 00:00:00 2001 From: lijikun Date: Wed, 4 Dec 2024 17:26:36 +0800 Subject: [PATCH] =?UTF-8?q?12.4=E6=97=A5=E8=AF=B7=E6=B1=82=E8=AE=BF?= =?UTF-8?q?=E9=97=AE=E6=96=B9=E5=BC=8F=E4=BB=8EALL=E6=94=B9=E4=B8=BAGET(?= =?UTF-8?q?=E9=87=8D=E6=96=B0=E4=BF=AE=E6=94=B93)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 3b258ac..f294f68 100644 --- a/main.go +++ b/main.go @@ -32,6 +32,7 @@ func main() { AllowedHeaders: []string{"Content-Type, Authorization"}, }) handler := c.Handler(mux) + log.Fatal(http.ListenAndServe(":8080", handler)) }