drop sqlite

This commit is contained in:
JurajKubrican
2025-08-04 15:22:34 +02:00
parent 73b2e445b4
commit a393b03d98
6 changed files with 26 additions and 192 deletions

View File

@@ -54,6 +54,8 @@ func main() {
e.Static("/css", "css")
e.Static("/js", "js")
e.Logger.Info(boxes.GetBoxes())
e.GET("/", func(c echo.Context) error {
return c.Render(200, "index", newPage(boxes.GetBoxes()))
})