This commit is contained in:
giaogiao 2023-08-07 12:00:34 +08:00
parent 30027df01c
commit aba4040c6e
1 changed files with 0 additions and 1 deletions

View File

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