mirror of
https://github.com/labstack/echo.git
synced 2025-04-23 12:18:53 +02:00
Fixed typo
This commit is contained in:
parent
748bd91dbe
commit
5ee38fbfb6
@ -12,7 +12,7 @@ func main() {
|
|||||||
// Setup
|
// Setup
|
||||||
e := echo.New()
|
e := echo.New()
|
||||||
e.Get("/", func(c *echo.Context) error {
|
e.Get("/", func(c *echo.Context) error {
|
||||||
return c.String(http.StatusOK, "Sue sews rose on slow jor crows nose")
|
return c.String(http.StatusOK, "Sue sews rose on slow joe crows nose")
|
||||||
})
|
})
|
||||||
|
|
||||||
graceful.ListenAndServe(e.Server(":1323"), 5*time.Second)
|
graceful.ListenAndServe(e.Server(":1323"), 5*time.Second)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user