initial summary page

This commit is contained in:
lowcarbdev
2026-02-28 22:52:23 -07:00
parent ed04eb409d
commit 69253e174d
8 changed files with 967 additions and 2 deletions
+1
View File
@@ -109,6 +109,7 @@ func main() {
protected.GET("/search", internal.HandleSearch)
protected.GET("/settings", internal.HandleGetSettings)
protected.PUT("/settings", internal.HandleUpdateSettings)
protected.GET("/analytics", internal.HandleAnalytics)
// Health check
e.GET("/api/health", func(c echo.Context) error {