mirror of
https://github.com/MizuchiLabs/mantrae.git
synced 2025-12-21 06:10:04 -06:00
fix agents
This commit is contained in:
@@ -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...))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user