Skip to content

Commit bd1b262

Browse files
fix health
1 parent 90f831d commit bd1b262

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

routes/router.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ func RegisterRoutes(router *mux.Router, metasploitController *controllers.Metasp
1515
http.Error(w, "Failed to execute payloads", http.StatusInternalServerError)
1616
}
1717
}).Methods("GET")
18-
}
1918

20-
func Alive(router *mux.Router, metasploitController *controllers.MetasploitController) {
2119
router.HandleFunc("/health-module", func(w http.ResponseWriter, r *http.Request) {
2220
w.WriteHeader(http.StatusOK)
2321
w.Write([]byte("OK"))

0 commit comments

Comments
 (0)