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")) }