Compare commits
1 Commits
v1.0.0
...
26fc6362a3
| Author | SHA1 | Date | |
|---|---|---|---|
| 26fc6362a3 |
+1
-3
@@ -103,9 +103,7 @@ func main() {
|
||||
jobRepo,
|
||||
)
|
||||
|
||||
// Initialize script management service and handlers
|
||||
scriptManageSvc := service.NewScriptService(h.Repo)
|
||||
scriptManageHandlers := handlers.NewScriptHandlersGroup(scriptManageSvc, cmdr,
|
||||
scriptManageHandlers := handlers.NewScriptHandlersGroup(scriptSvc, cmdr,
|
||||
os.Getenv("WHEREAMI"))
|
||||
|
||||
agents := handlers.NewAgentsGroup(h, coll)
|
||||
|
||||
Reference in New Issue
Block a user