From aba4040c6e8ee48b7473e717430dfc8e11bca14c Mon Sep 17 00:00:00 2001 From: giaogiao Date: Mon, 7 Aug 2023 12:00:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index cfa38f0..9a5c363 100644 --- a/main.go +++ b/main.go @@ -45,7 +45,6 @@ func main() { e.GET("/", func(c echo.Context) error { return c.String(http.StatusOK, "Hello, World!") }) - e.POST("/textserver", textserver) e.Logger.Fatal(e.Start(":1323")) }