mirror of
https://github.com/black-ant/Ant-Browser.git
synced 2026-07-14 18:48:55 +08:00
feat: merge automation workflow updates
This commit is contained in:
@@ -9,6 +9,7 @@ func (s *LaunchServer) buildMux() *http.ServeMux {
|
||||
mux.HandleFunc("/api/automation/scripts/", s.handleAutomationScriptByID)
|
||||
mux.HandleFunc("/api/automation/scripts/run", s.handleAutomationScriptRun)
|
||||
mux.HandleFunc("/api/automation/scripts/runs", s.handleAutomationScriptRuns)
|
||||
mux.HandleFunc("/api/automation/hooks/", s.handleAutomationPublicHook)
|
||||
mux.HandleFunc("/api/profiles", s.handleProfiles)
|
||||
mux.HandleFunc("/api/profiles/", s.handleProfileByID)
|
||||
mux.HandleFunc("/api/runtime/active", s.handleRuntimeActive)
|
||||
|
||||
Reference in New Issue
Block a user