This commit is contained in:
+1
-3
@@ -103,9 +103,7 @@ func main() {
|
|||||||
jobRepo,
|
jobRepo,
|
||||||
)
|
)
|
||||||
|
|
||||||
// Initialize script management service and handlers
|
scriptManageHandlers := handlers.NewScriptHandlersGroup(scriptSvc, cmdr,
|
||||||
scriptManageSvc := service.NewScriptService(h.Repo)
|
|
||||||
scriptManageHandlers := handlers.NewScriptHandlersGroup(scriptManageSvc, cmdr,
|
|
||||||
os.Getenv("WHEREAMI"))
|
os.Getenv("WHEREAMI"))
|
||||||
|
|
||||||
agents := handlers.NewAgentsGroup(h, coll)
|
agents := handlers.NewAgentsGroup(h, coll)
|
||||||
|
|||||||
Reference in New Issue
Block a user