(c echo.Context)
| 239 | } |
| 240 | |
| 241 | func (srv *Server) WebRedoc(c echo.Context) error { |
| 242 | data := pongo2.Context{} |
| 243 | return c.Render(http.StatusOK, "templates/redoc.html", data) |
| 244 | } |
| 245 | |
| 246 | func (srv *Server) WebResolve(c echo.Context) error { |
| 247 | data := pongo2.Context{} |