search added

This commit is contained in:
nahakubuilde
2025-08-25 18:02:41 +01:00
parent 240b71e321
commit da71deb7e2
3 changed files with 238 additions and 1 deletions

View File

@@ -96,6 +96,7 @@ func (s *Server) setupRoutes() {
// API routes
s.router.GET("/api/tree", h.TreeAPIHandler)
s.router.GET("/api/search", h.SearchHandler)
}
func (s *Server) setupStaticFiles() {