mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-16 20:32:13 +01:00
fix(typo): root route HTML
This commit is contained in:
@@ -487,7 +487,7 @@ func (a *Api) Start() error {
|
|||||||
a.srv.GET(
|
a.srv.GET(
|
||||||
a.rootPath,
|
a.rootPath,
|
||||||
func(c echo.Context) error {
|
func(c echo.Context) error {
|
||||||
return c.HTML(http.StatusOK, `Hey, this Gotenberg has no UI, it's an API. Head to the <a href="https://gotenberg.dev">documentation</a> to learn how to interact with it 🚀`)
|
return c.HTML(http.StatusOK, `Hey, Gotenberg has no UI, it's an API. Head to the <a href="https://gotenberg.dev">documentation</a> to learn how to interact with it 🚀`)
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user