fix agents

This commit is contained in:
d34dscene
2025-01-27 14:45:19 +01:00
parent 56f6592621
commit 7c3c53fce0
36 changed files with 720 additions and 424 deletions

View File

@@ -138,5 +138,5 @@ func (s *Server) registerServices() {
// })
// Service implementations
s.mux.Handle(agentv1connect.NewAgentServiceHandler(&agent.AgentServer{}, opts...))
s.mux.Handle(agentv1connect.NewAgentServiceHandler(agent.NewAgentServer(s.app.DB), opts...))
}