self-host htmx

This commit is contained in:
Juraj Kubrican
2025-01-13 17:38:40 +01:00
parent 4b04531746
commit 284aff2785
4 changed files with 485 additions and 1 deletions

View File

@@ -46,6 +46,7 @@ func main() {
e.GET("/health", healthCheck)
e.Static("/css", "css")
e.Static("/js", "js")
e.GET("/", func(c echo.Context) error {
return c.Render(200, "index", newPage(getBoxes()))