We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90f831d commit bd1b262Copy full SHA for bd1b262
1 file changed
routes/router.go
@@ -15,9 +15,7 @@ func RegisterRoutes(router *mux.Router, metasploitController *controllers.Metasp
15
http.Error(w, "Failed to execute payloads", http.StatusInternalServerError)
16
}
17
}).Methods("GET")
18
-}
19
20
-func Alive(router *mux.Router, metasploitController *controllers.MetasploitController) {
21
router.HandleFunc("/health-module", func(w http.ResponseWriter, r *http.Request) {
22
w.WriteHeader(http.StatusOK)
23
w.Write([]byte("OK"))
0 commit comments