self-host htmx
This commit is contained in:
@@ -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()))
|
||||
|
||||
Reference in New Issue
Block a user