testing out table view

This commit is contained in:
James Tombleson 2024-07-13 10:39:05 -07:00
parent 9c1aa2939e
commit 5733d3af9f

View File

@ -36,5 +36,5 @@ func (h *Handler) ArticlesList(c echo.Context) error {
} }
return Render(c, http.StatusOK, articles.List(vm)) return Render(c, http.StatusOK, articles.ListArticlesTable(vm))
} }