MCPcopy Create free account
hub / github.com/did-method-plc/did-method-plc / WebHome

Method WebHome

website/server.go:218–221  ·  view source on GitHub ↗
(c echo.Context)

Source from the content-addressed store, hash-verified

216}
217
218func (srv *Server) WebHome(c echo.Context) error {
219 data := pongo2.Context{}
220 return c.Render(http.StatusOK, "templates/home.html", data)
221}
222
223func (srv *Server) WebSpecZeroOne(c echo.Context) error {
224 data := pongo2.Context{}

Callers

nothing calls this directly

Calls 1

RenderMethod · 0.80

Tested by

no test coverage detected