Add settings modal and option to show calls

This commit is contained in:
lowcarbdev
2025-11-30 11:02:36 -07:00
parent 6f0ffdb9ca
commit 50ceab88ec
6 changed files with 348 additions and 5 deletions
+2
View File
@@ -74,6 +74,8 @@ func main() {
protected.GET("/progress", internal.HandleProgress)
protected.GET("/media", internal.HandleMedia)
protected.GET("/search", internal.HandleSearch)
protected.GET("/settings", internal.HandleGetSettings)
protected.PUT("/settings", internal.HandleUpdateSettings)
// Health check
e.GET("/api/health", func(c echo.Context) error {